fix(helm): fix golint warning due to ParseString comment

Signed-off-by: Arash Deshmeh <adeshmeh@ca.ibm.com>
pull/3756/head
Arash Deshmeh 8 years ago
parent fbb522bfd1
commit 1dd32cb844

@ -50,7 +50,7 @@ func Parse(s string) (map[string]interface{}, error) {
return vals, err return vals, err
} }
// Parse parses a set line and forces a string value. // ParseString parses a set line and forces a string value.
// //
// A set line is of the form name1=value1,name2=value2 // A set line is of the form name1=value1,name2=value2
func ParseString(s string) (map[string]interface{}, error) { func ParseString(s string) (map[string]interface{}, error) {

Loading…
Cancel
Save