package main import "git.okseby.com/okseby/playground-go/server" func main() { server := server.NewServer("0.0.0.0:7878") server.ListenAndServe() }