From 543873b0ed55d803a3231a1eeca4f49f9a197867 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 31 Dec 2024 09:20:24 +0800 Subject: config.go: That comment is not a package doc --- config.go | 5 ++--- 1 file 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. -- cgit v1.2.3