1
0
Fork 0
mirror of https://github.com/skidoodle/ipinfo.git synced 2025-02-15 08:29:17 +01:00
ipinfo/main.go

8 lines
96 B
Go

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