Last active
June 21, 2019 11:11
-
-
Save chris001177/bbe8f645ba83393c6a63b98d9fa45797 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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