From ecd6077268288fbb5e54ca287d3b38c04a3373e3 Mon Sep 17 00:00:00 2001 From: Matthew Roseman Date: Sat, 21 Apr 2018 21:55:51 -0400 Subject: [PATCH] fixed small typo in oauth2_test.go Signed-off-by: Matthew Roseman --- oauth2_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2_test.go b/oauth2_test.go index 0ff0ca0..1d5451b 100644 --- a/oauth2_test.go +++ b/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