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 b46ce6c commit 7a11a73Copy full SHA for 7a11a73
parser.go
@@ -914,7 +914,7 @@ func (v *Value) GetFastString(key string) string {
914
func (v *Value) GetFastStringFmt(key string, args ...interface{}) string {
915
var keys []string = strings.Split(key, DefaultKeySplitSep)
916
var format = b2s(v.GetStringBytes(keys...))
917
- return fmt.Sprintf(format, args)
+ return fmt.Sprintf(format, args...)
918
}
919
920
// GetAndReplaceFastString returns string value by the given key path.
0 commit comments