We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bc9828 + 0fd9146 commit 68347ecCopy full SHA for 68347ec
adapter.go
@@ -16,7 +16,7 @@ func Unmarshal(data []byte, v interface{}) error {
16
return ConfigDefault.Unmarshal(data, v)
17
}
18
19
-// UnmarshalFromString convenient method to read from string instead of []byte
+// UnmarshalFromString is a convenient method to read from string instead of []byte
20
func UnmarshalFromString(str string, v interface{}) error {
21
return ConfigDefault.UnmarshalFromString(str, v)
22
0 commit comments