pixelweaver/config.go

9 lines
98 B
Go

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