From 4c850b598939536b2e09ed520e427e94d0026211 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 13 Aug 2018 18:32:11 +0200 Subject: cleanup go imports --- graphql/resolvers/operations.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphql/resolvers/operations.go') diff --git a/graphql/resolvers/operations.go b/graphql/resolvers/operations.go index 086bc249..a0058a42 100644 --- a/graphql/resolvers/operations.go +++ b/graphql/resolvers/operations.go @@ -3,10 +3,11 @@ package resolvers import ( "context" "fmt" + "time" + "github.com/MichaelMure/git-bug/bug" "github.com/MichaelMure/git-bug/bug/operations" "github.com/MichaelMure/git-bug/graphql/models" - "time" ) type addCommentOperationResolver struct{} -- cgit