1
Fork 0
photoview/api/tools/tools.go

9 lines
93 B
Go

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