From 31ce8e9a3ce48d8fae08e6be6dee3248b5b63a7a Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Mon, 13 Jun 2016 22:14:19 +0100 Subject: Run the linter as part of tests. Fix lint warnings. --- templates/token.go | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/token.go') diff --git a/templates/token.go b/templates/token.go index dbad371..270055b 100644 --- a/templates/token.go +++ b/templates/token.go @@ -1,5 +1,6 @@ package templates +// Token is the page users see when authenticated. const Token = ` YOUR TOKEN! -- cgit v1.2.3