WeatherService/src/main.go

10 lines
76 B
Go
Raw Normal View History

2020-07-20 18:02:54 +02:00
package main
import (
"./server"
)
func main() {
server.StartServer()
}