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