Skip to content

Instantly share code, notes, and snippets.

@igomez10
Created February 22, 2019 17:47
Show Gist options
  • Save igomez10/c5ad4c02dc960be3d8fa85551a822fc5 to your computer and use it in GitHub Desktop.
Save igomez10/c5ad4c02dc960be3d8fa85551a822fc5 to your computer and use it in GitHub Desktop.
fs := http.FileServer(http.Dir("."))
http.Handle("/", fs)
http.ListenAndServe(":8080", nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment