1
0

command line argument and a config register

This commit is contained in:
2022-04-26 13:51:49 +02:00
parent 43cad153c4
commit 4f8eab8851
3 changed files with 49 additions and 16 deletions

8
config.go Normal file
View File

@ -0,0 +1,8 @@
package main
type Config struct {
Method string
OutputDir string
}
var ConfigRegister Config