Tags: seagle0128/yaml
Tags
Use underlying float precision when formatting floats (go-yaml#353) Currently, all float values are formatted using 64-bit, but that incorrectly formats float32 values like 0.01 and 0.99. See https://play.golang.org/p/jbseI1ivyMW for more context. Fixes go-yaml#352.