Skip to content

Instantly share code, notes, and snippets.

@collinvandyck
Created September 12, 2012 19:02
Show Gist options
  • Select an option

  • Save collinvandyck/3709123 to your computer and use it in GitHub Desktop.

Select an option

Save collinvandyck/3709123 to your computer and use it in GitHub Desktop.
func main() {
http.HandleFunc("/authenticate", Authenticate)
http.ListenAndServe(":8080", nil)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment