pixelweaver/config.go

9 lines
98 B
Go
Raw Normal View History

package main
type Config struct {
Method string
OutputDir string
}
var ConfigRegister Config