# Functions
GetToken retrieves a github oauth2 token.
StorageTokenSource will be used by our config.TokenSource method.
# Structs
Config wraps the default oauth2.Config and adds our storage.
FileStorage satisfies our storage interface.
# Interfaces
Storage is our generic storage interface.