Skip to content

Instantly share code, notes, and snippets.

@ehernandez-xk
Last active September 2, 2018 17:25
Show Gist options
  • Save ehernandez-xk/ac7fc4d3ba871d34a764c8e072228c84 to your computer and use it in GitHub Desktop.
Save ehernandez-xk/ac7fc4d3ba871d34a764c8e072228c84 to your computer and use it in GitHub Desktop.
Add assets to the server (e.g. Bootstrap)
http.Handle("/assets/", http.StripPrefix("/assets", http.FileServer(http.Dir("/path/to/assets/"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment