You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be caused by the fact that OAuth2AppSource() is never set by loadConfig() in main.go. In the absence of a config file, loadConfig() returns nil.
LE: This happens if you omit to specify a config file.
Currently on go 1.13.5
The text was updated successfully, but these errors were encountered: