summaryrefslogtreecommitdiff
path: root/internal/middlewares/const.go
diff options
context:
space:
mode:
authorAmir Zarrinkafsh <nightah@me.com>2020-05-02 15:06:39 +1000
committerGitHub <noreply@github.com>2020-05-02 15:06:39 +1000
commite67f63ee44826c1dfc673b505cb2be1b106c3b75 (patch)
tree53490fb27e272cde79bcb89b83ab130ce61f0d42 /internal/middlewares/const.go
parentce5f5e921445a11710826e8cf6293b2d3ddf1674 (diff)
[CI] Add godot linter (#958)
* [CI] Add godot linter * Implement godot recommendations
Diffstat (limited to 'internal/middlewares/const.go')
-rw-r--r--internal/middlewares/const.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/middlewares/const.go b/internal/middlewares/const.go
index 3959044fb..222ae0816 100644
--- a/internal/middlewares/const.go
+++ b/internal/middlewares/const.go
@@ -1,6 +1,6 @@
package middlewares
-// JWTIssuer is
+// JWTIssuer is.
const jwtIssuer = "Authelia"
const xForwardedProtoHeader = "X-Forwarded-Proto"