Mirror of a distributed, offline-first bug tracker embedded in git
1//go:build tools 2// +build tools 3 4package graphql 5 6import ( 7 _ "github.com/99designs/gqlgen" 8)