mirror of
https://github.com/skidoodle/ipinfo.git
synced 2026-04-28 09:27:35 +02:00
9 lines
96 B
Go
9 lines
96 B
Go
package main
|
|
|
|
func main() {
|
|
initDatabases()
|
|
go startUpdater()
|
|
healthCheck()
|
|
startServer()
|
|
}
|