Created
February 22, 2019 17:47
-
-
Save igomez10/c5ad4c02dc960be3d8fa85551a822fc5 to your computer and use it in GitHub Desktop.
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
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