ipinfo/main.go

8 lines
96 B
Go

package main
func main() {
initDatabases()
go startUpdater()
healthCheck()
startServer()
}