Created
October 27, 2020 14:09
-
-
Save 0xc0d/cfe02b4aaabb16e9a55e3bdf03ae6ea1 to your computer and use it in GitHub Desktop.
Run http server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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