5 lines
71 B
Go
5 lines
71 B
Go
package geo
|
|
|
|
type Spacing struct {
|
|
Top, Bottom, Left, Right float64
|
|
}
|