sampler-fork/config/size.go

7 lines
73 B
Go

package config
type Size struct {
X int `yaml:"x"`
Y int `yaml:"y"`
}