aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers/query.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-13 18:32:11 +0200
committerMichael Muré <batolettre@gmail.com>2018-08-13 18:39:19 +0200
commit4c850b598939536b2e09ed520e427e94d0026211 (patch)
tree99c08f0e853cca023bcf5e6044964c630ae52299 /graphql/resolvers/query.go
parentdf144e727a858ed07e3c9328d91efe052c4781e1 (diff)
downloadgit-bug-4c850b598939536b2e09ed520e427e94d0026211.tar.gz
cleanup go imports
Diffstat (limited to 'graphql/resolvers/query.go')
-rw-r--r--graphql/resolvers/query.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphql/resolvers/query.go b/graphql/resolvers/query.go
index bca4806f..4154964f 100644
--- a/graphql/resolvers/query.go
+++ b/graphql/resolvers/query.go
@@ -2,6 +2,7 @@ package resolvers
import (
"context"
+
"github.com/MichaelMure/git-bug/cache"
"github.com/MichaelMure/git-bug/graphql/models"
)