bcicen / go-units

Go library for converting between various units of measurement
MIT License
82 stars 21 forks source link

Liters should be labeled as SI units #11

Closed nickwallen closed 4 years ago

nickwallen commented 4 years ago

Liters (and all other permutations of) are not currently labeled as part of the SI/metric system. They simply return an empty string; see this example. This PR fixes that.

Changes

bcicen commented 4 years ago

merged; thanks @nickwallen !

testify works well and will be of use when testing is expanded in the future; we can keep the dep in go.mod as well.