Skip to content

Instantly share code, notes, and snippets.

@chris001177
Last active June 21, 2019 11:11
Show Gist options
  • Select an option

  • Save chris001177/bbe8f645ba83393c6a63b98d9fa45797 to your computer and use it in GitHub Desktop.

Select an option

Save chris001177/bbe8f645ba83393c6a63b98d9fa45797 to your computer and use it in GitHub Desktop.
package database
type SomeUserDB struct{}
func (db *SomeUserDB) UserRoleByID(id string) string {
// implementation
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment