Documentation ¶ Index ¶ type Unit Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Unit ¶ type Unit interface { //String returns a string representation of the unit. String() string //Unit returns both the quantity and a unit reference. Measure() (quantity float64, reference string) } Unit is a type of unit. Source Files ¶ View all Source files unit.go Directories ¶ Show internal Expand all Path Synopsis fr percentage of px rem vh vmin Click to show internal directories. Click to hide internal directories.