diff options
author | Runxi Yu <me@runxiyu.org> | 2024-12-31 09:20:24 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-12-31 09:20:24 +0800 |
commit | 543873b0ed55d803a3231a1eeca4f49f9a197867 (patch) | |
tree | 54b5fbe54382f476ccced1da2b3f04c023744dca | |
parent | Remove TODO comment on panics since they're only in main now (diff) | |
download | maild-543873b0ed55d803a3231a1eeca4f49f9a197867.tar.gz maild-543873b0ed55d803a3231a1eeca4f49f9a197867.tar.zst maild-543873b0ed55d803a3231a1eeca4f49f9a197867.zip |
config.go: That comment is not a package doc
-rw-r--r-- | config.go | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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. |