Skip to content

Instantly share code, notes, and snippets.

@iporsut
Created October 21, 2014 15:06
Show Gist options
  • Save iporsut/edf1d8959587ff3d143d to your computer and use it in GitHub Desktop.
Save iporsut/edf1d8959587ff3d143d to your computer and use it in GitHub Desktop.
Authorizer Go
type Authorizer interface {
Authorize(username, password string) (bool, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment