Files
core/http/graph/tools/tools.go
Jan Stabenow 9c0b535199 Add v16.7.2
2022-05-13 19:26:45 +02:00

8 lines
77 B
Go

//go:build tools
package tools
import (
_ "github.com/99designs/gqlgen"
)