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