# README
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
Go SDK for modeling physical units and conversion between them.
go get go.einride.tech/unit
angle := 3 * unit.Radian
fmt.Println(angle.Degrees())
// Output: 171.88733853924697