fixed small typo in oauth2_test.go

Signed-off-by: Matthew Roseman <mroseman95@gmail.com>
This commit is contained in:
Matthew Roseman 2018-04-21 21:55:51 -04:00
parent da902d321c
commit ecd6077268

View file

@ -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