Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information