diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.go b/config.go new file mode 100644 index 0000000..5641af2 --- /dev/null +++ b/config.go @@ -0,0 +1,8 @@ +// TODO: edit scfg to require fields to exist unless explicitly +// +// marked optional. +package main + +var config struct { + Server_name string `scfg:"server_name"` +} |