Skip to content

Commit 9713d40

Browse files
committed
Add split_words tag
1 parent 9ca90d0 commit 9713d40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import (
1313
)
1414

1515
type Config struct {
16-
FeastServingHost string `default:"localhost"`
17-
FeastServingPort int `default:"6566"`
18-
ListenPort string `default:"8080"`
16+
FeastServingHost string `default:"localhost" split_words:"true"`
17+
FeastServingPort int `default:"6566" split_words:"true"`
18+
ListenPort string `default:"8080" split_words:"true"`
1919
}
2020

2121
func main() {

0 commit comments

Comments
 (0)