main.go 88 B

1234567
  1. package main
  2. func main() {
  3. loadConfig()
  4. go serveInterface(":9080")
  5. serve(":9000")
  6. }