jsonpath icon indicating copy to clipboard operation
jsonpath copied to clipboard

Fatal call has possible formatting directive error

Open xiyunl opened this issue 7 years ago • 0 comments

https://github.com/oliveagle/jsonpath/blob/2e52cf6e685269ed8aefec6390f3cac3ef74e730/jsonpath_test.go#L1182

Got errors when building a package with jsonpath lib: /github.com/oliveagle/jsonpath/jsonpath_test.go:1182: Fatal call has possible formatting directive %v /github.com/oliveagle/jsonpath/jsonpath_test.go:1185: Fatal call has possible formatting directive %v /github.com/oliveagle/jsonpath/jsonpath_test.go:1188: Fatal call has possible formatting directive %v /github.com/oliveagle/jsonpath/jsonpath_test.go:1235: Fatal call has possible formatting directive %v

t.Fatal should be t.Fatalf for above lines. My go version is 1.10.2 and it works fine with version 1.9.4.

xiyunl avatar Jun 21 '18 05:06 xiyunl