mirror of
https://github.com/skidoodle/ipinfo.git
synced 2025-02-15 08:29:17 +01:00
8 lines
96 B
Go
8 lines
96 B
Go
package main
|
|
|
|
func main() {
|
|
initDatabases()
|
|
go startUpdater()
|
|
healthCheck()
|
|
startServer()
|
|
}
|