package main import ( "net/http" ) func Authorize(r *http.Request) bool { return true }