func init() {
go func() {
http.ListenAndServe(":1234", nil)
}()
}
view raw server.go hosted with ❤ by GitHub