package auth import "net/http" // this is usually served at /callback func OAuthCallback(w http.ResponseWriter, r *http.Request) { }