diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1008,6 +1008,10 @@ func main() { } } + for k, v := range config.Ghost { + go RunGhost(v, k) + } + if *prof { go func() { err := http.ListenAndServe(":6060", nil) |