浏览代码

fixed small typo in oauth2_test.go

Signed-off-by: Matthew Roseman <mroseman95@gmail.com>
Matthew Roseman 6 年之前
父节点
当前提交
ecd6077268
共有 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