ipinfo/main.go
2024-09-07 03:21:10 +02:00

7 lines
81 B
Go

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