aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/core/token.go
diff options
context:
space:
mode:
authoramine <hilalyamine@gmail.com>2019-11-08 14:55:27 +0100
committeramine <hilalyamine@gmail.com>2019-11-09 14:55:27 +0100
commit45653bd31d9ec91123ee42803cd5c46b43d18528 (patch)
treeee4cd8df30b59766fb3384d3a0e8d47e372823bc /bridge/core/token.go
parentbbbf3c6c7f245ea2ddc9d31639e7ebac50eeac2d (diff)
downloadgit-bug-45653bd31d9ec91123ee42803cd5c46b43d18528.tar.gz
token: regenerate documentation and fix imports
Diffstat (limited to 'bridge/core/token.go')
-rw-r--r--bridge/core/token.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/core/token.go b/bridge/core/token.go
index 09294e49..9f06e73c 100644
--- a/bridge/core/token.go
+++ b/bridge/core/token.go
@@ -8,9 +8,9 @@ import (
"strings"
"time"
- "github.com/MichaelMure/git-bug/entity"
"github.com/araddon/dateparse"
+ "github.com/MichaelMure/git-bug/entity"
"github.com/MichaelMure/git-bug/repository"
)