Merge pull request #539 from mroseman95/fix-typo-oauth2-test

fixed small typo in oauth2_test.go
This commit is contained in:
Bruce 2018-04-25 20:34:28 -05:00 committed by GitHub
commit 2bc32439c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ import (
func ExampleApplication() { func ExampleApplication() {
// Authentication Token pulled from environment variable DG_TOKEN // Authentication Token pulled from environment variable DGU_TOKEN
Token := os.Getenv("DGU_TOKEN") Token := os.Getenv("DGU_TOKEN")
if Token == "" { if Token == "" {
return return