github.com/operandinc/gqlgen@v0.16.1/tools.go (about)

     1  //go:build tools
     2  // +build tools
     3  
     4  package main
     5  
     6  import (
     7  	_ "github.com/matryer/moq"
     8  )