We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca90d0 commit 9713d40Copy full SHA for 9713d40
main.go
@@ -13,9 +13,9 @@ import (
13
)
14
15
type Config struct {
16
- FeastServingHost string `default:"localhost"`
17
- FeastServingPort int `default:"6566"`
18
- ListenPort string `default:"8080"`
+ FeastServingHost string `default:"localhost" split_words:"true"`
+ FeastServingPort int `default:"6566" split_words:"true"`
+ ListenPort string `default:"8080" split_words:"true"`
19
}
20
21
func main() {
0 commit comments