It does not work. Input: ```bash echo '{"value": 9.00}' | gojson -forcefloats ``` and the output is: ``` type Foo struct { Value int64 `json:"value"` } ``` The `-forcefloats` flag does not work.