summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mattermost/mattermost-server/v5/model/token.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/mattermost/mattermost-server/v5/model/token.go')
-rw-r--r--vendor/github.com/mattermost/mattermost-server/v5/model/token.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/github.com/mattermost/mattermost-server/v5/model/token.go b/vendor/github.com/mattermost/mattermost-server/v5/model/token.go
index 0730778c..2dcf4143 100644
--- a/vendor/github.com/mattermost/mattermost-server/v5/model/token.go
+++ b/vendor/github.com/mattermost/mattermost-server/v5/model/token.go
@@ -3,7 +3,9 @@
package model
-import "net/http"
+import (
+ "net/http"
+)
const (
TOKEN_SIZE = 64