소스 검색

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

fixed small typo in oauth2_test.go
Bruce 6 년 전
부모
커밋
2bc32439c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      oauth2_test.go

+ 1 - 1
oauth2_test.go

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