package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# 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.