Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 8ac3b0c

Browse files
author
noah
committed
fix: add split_words tag to the DebugMode field
1 parent 62ab06c commit 8ac3b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/server/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type (
1717
}
1818

1919
Server struct {
20-
DebugMode bool `default:"false"`
20+
DebugMode bool `default:"false" split_words:"true"`
2121

2222
ServerHost string `required:"true" split_words:"true"`
2323
ServerProto string `required:"true" default:"https" split_words:"true"`

0 commit comments

Comments
 (0)