aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/resolvers.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-29 18:58:42 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-29 18:58:42 +0200
commit8fa0b258ac89781dae269790a4bde09cbcd2f324 (patch)
treeb9bcf0826f5739f128de52123447cede23291c02 /graphql/resolvers.go
parent6363518c85cbd8247a5f6507b8a1dd3903cfb71d (diff)
downloadgit-bug-8fa0b258ac89781dae269790a4bde09cbcd2f324.tar.gz
cleaning
Diffstat (limited to 'graphql/resolvers.go')
-rw-r--r--graphql/resolvers.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/graphql/resolvers.go b/graphql/resolvers.go
deleted file mode 100644
index ef20d0f2..00000000
--- a/graphql/resolvers.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package graphql
-
-import "github.com/graphql-go/graphql"
-
-func resolveBug(p graphql.ResolveParams) (interface{}, error) {
- return "world", nil
-}