tools.go 🔗
@@ -0,0 +1,6 @@
+package main
+
+import (
+ _ "github.com/99designs/gqlgen"
+ _ "github.com/cheekybits/genny"
+)
Steve Moyer created
tools.go | 6 ++++++
1 file changed, 6 insertions(+)
@@ -0,0 +1,6 @@
+package main
+
+import (
+ _ "github.com/99designs/gqlgen"
+ _ "github.com/cheekybits/genny"
+)