vendor/github.com/pelletier/go-toml/example.toml
changeset 256 6d9efbef00a9
parent 242 2a9ec03fe5a1
--- a/vendor/github.com/pelletier/go-toml/example.toml	Mon Jun 07 20:58:18 2021 +0200
+++ b/vendor/github.com/pelletier/go-toml/example.toml	Sun Jul 11 10:35:56 2021 +0200
@@ -27,3 +27,4 @@
 
 [clients]
 data = [ ["gamma", "delta"], [1, 2] ] # just an update to make sure parsers support it
+score = 4e-08 # to make sure leading zeroes in exponent parts of floats are supported
\ No newline at end of file