bcicen / go-units

Go library for converting between various units of measurement
MIT License
84 stars 22 forks source link

bug: "floz" is not parsed into fluid ounces #7

Closed ermik closed 6 years ago

ermik commented 6 years ago

.Find("floz") does not return expected US Fluid Ounce

bcicen commented 6 years ago

included floz alias in https://github.com/bcicen/go-units/commit/0588dd9785af2e67a3577a48ffa0c81a6250be32. thanks!

ermik commented 6 years ago

thanks, will remove the monkeypatch from my code