package
Version:
v1.36.0
Opens a new window with list of versions in this module.
Published: Feb 24, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Size struct {
Length float64 `json:"length"`
Width float64 `json:"width"`
Height float64 `json:"height"`
}
const (
Centimeter Unit = "cm"
Meter Unit = "m"
Inch Unit = "in"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.