Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 236 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 236 Bytes

Unit Go

Go SDK for modeling physical units and conversion between them.

Installation

go get go.einride.tech/unit

Example

angle := 3 * unit.Radian
fmt.Println(angle.Degrees())
// Output: 171.88733853924697