Skip to content

Instantly share code, notes, and snippets.

@cyantarek
Created February 6, 2019 12:26
Show Gist options
  • Save cyantarek/84c0d7aa6093a9648599875d81f021eb to your computer and use it in GitHub Desktop.
Save cyantarek/84c0d7aa6093a9648599875d81f021eb to your computer and use it in GitHub Desktop.
http.HandleFunc("/token", func(w http.ResponseWriter, r *http.Request) {
srv.HandleTokenRequest(w, r)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment