Skip to content

Instantly share code, notes, and snippets.

@imjenal
Created July 22, 2019 00:21
Show Gist options
  • Save imjenal/ba0d30df0616a0c457d12b343aa19eb4 to your computer and use it in GitHub Desktop.
Save imjenal/ba0d30df0616a0c457d12b343aa19eb4 to your computer and use it in GitHub Desktop.
handler_swagger
fileServer := http.FileServer(http.Dir("./swaggerui/"))
router.PathPrefix("/api/").Handler(http.StripPrefix("/api/", fileServer))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment