tools.go

1package main
2
3import (
4	_ "github.com/99designs/gqlgen"
5	_ "github.com/cheekybits/genny"
6)