Skip to content

Instantly share code, notes, and snippets.

@jonathan-fielding
Created January 7, 2021 19:00
Show Gist options
  • Save jonathan-fielding/8797417a1fe7783eedb8e7a1e52d1a54 to your computer and use it in GitHub Desktop.
Save jonathan-fielding/8797417a1fe7783eedb8e7a1e52d1a54 to your computer and use it in GitHub Desktop.
package main
import (
"net/http"
)
func main() {
http.ListenAndServe(":8000", nil)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment