aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.go b/config.go
index 5641af2..1a89987 100644
--- a/config.go
+++ b/config.go
@@ -1,8 +1,7 @@
-// TODO: edit scfg to require fields to exist unless explicitly
-//
-// marked optional.
package main
var config struct {
Server_name string `scfg:"server_name"`
}
+
+// TODO: edit scfg to require fields to exist unless explicitly marked optional.