xweis

Results 1 issues of xweis

``` #config.toml title = "blabla" [servers] [servers.a] ip = "1.1.1.1" dc = "abc" [servers.b] ip = "2.2.2.2" dc = "cba" #main.go type ( WebSiteConfig struct { Title string Servers map[string]Server...