package main func main() { loadConfig() go serveInterface(":9080") serve(":9000") }