Explorar o código

fixed small typo in oauth2_test.go

Signed-off-by: Matthew Roseman <mroseman95@gmail.com>
Matthew Roseman %!s(int64=6) %!d(string=hai) anos
pai
achega
ecd6077268
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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