sampler-fork/app/config/size.go

6 lines
72 B
Go
Raw Normal View History

2019-01-25 04:10:38 +00:00
package config
type Size struct {
X int `yaml:"x"`
Y int `yaml:"y"`
}