diff options
author | Niall Sheridan <nsheridan@gmail.com> | 2016-06-13 22:14:19 +0100 |
---|---|---|
committer | Niall Sheridan <nsheridan@gmail.com> | 2016-06-13 22:14:19 +0100 |
commit | 31ce8e9a3ce48d8fae08e6be6dee3248b5b63a7a (patch) | |
tree | ff60540fbabc7be7243057c72aad5154d5724ae3 /templates | |
parent | c074b8694f28ab6b3cc1ccb31474cfa507f73e81 (diff) |
Run the linter as part of tests.
Fix lint warnings.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/token.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 = `<html> <head> <title>YOUR TOKEN!</title> |