We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf97bb commit 499cf4bCopy full SHA for 499cf4b
server/core/config/raw/raw_test.go
@@ -20,7 +20,7 @@ func Int(v int) *int { return &v }
20
// to store v and returns a pointer to it.
21
func String(v string) *string { return &v }
22
23
-// Helper function to unmarshal strings
+// Helper function to unmarshal from strings
24
func unmarshalString(in string, out interface{}) error {
25
decoder := yaml.NewDecoder(strings.NewReader(in))
26
decoder.KnownFields(true)
0 commit comments