๐Ÿ“ฆ aquaticcalf / rangastalam

๐Ÿ“„ size.go ยท 7 lines
1
2
3
4
5
6
7package common

type Size struct {
	Width  string
	Height string
}