Skip to content

Instantly share code, notes, and snippets.

@0xc0d
Created October 27, 2020 14:09
Show Gist options
  • Save 0xc0d/cfe02b4aaabb16e9a55e3bdf03ae6ea1 to your computer and use it in GitHub Desktop.
Save 0xc0d/cfe02b4aaabb16e9a55e3bdf03ae6ea1 to your computer and use it in GitHub Desktop.
Run http server
func init() {
go func() {
http.ListenAndServe(":1234", nil)
}()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment