//+build tools /* This file is never built. It's purpose is only to preserve the dependencies as Go would consider them unused and prune them otherwise. */ package main import ( _ "github.com/99designs/gqlgen/cmd" _ "github.com/kyleconroy/sqlc" _ "github.com/kyleconroy/sqlc/cmd/sqlc" _ "github.com/vektah/dataloaden" )