# Packages
No description provided by the author
# Functions
GetToken retrieves a github oauth2 token.
StorageTokenSource will be used by out configs TokenSource function.
# Structs
Config wraps the default oauth2.Config and adds our storage.
FileStorage satisfies our storage interface.
# Interfaces
Storage is our generic storage interface.