diff options
author | amine <hilalyamine@gmail.com> | 2019-11-08 14:55:27 +0100 |
---|---|---|
committer | amine <hilalyamine@gmail.com> | 2019-11-09 14:55:27 +0100 |
commit | 45653bd31d9ec91123ee42803cd5c46b43d18528 (patch) | |
tree | ee4cd8df30b59766fb3384d3a0e8d47e372823bc /bridge | |
parent | bbbf3c6c7f245ea2ddc9d31639e7ebac50eeac2d (diff) | |
download | git-bug-45653bd31d9ec91123ee42803cd5c46b43d18528.tar.gz |
token: regenerate documentation and fix imports
Diffstat (limited to 'bridge')
-rw-r--r-- | bridge/core/token.go | 2 |
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" ) |