Commit efbe80b
Explicitly accepting go fmt of vendored decode_test.go
- this file was recently updated in a bug fix on parsing float values.
as a result what _was_ a string is now a float literal (see #483)
- `go fmt` uses lowercase 'e' for the exponent notation
- various tooling applies `go fmt` to our code while building and releasing.
- we've updated our build and test scripts to skip this package (see
prior commits).
- Go Releaser is also `go fmt`'ing our files just prior to release.
Signed-off-by: John Ryan <[email protected]>1 parent 0d7fbff commit efbe80b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
703 | | - | |
| 703 | + | |
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
| |||
0 commit comments