mirror of
https://github.com/dstotijn/hetty
synced 2024-11-10 06:04:19 +00:00
10 lines
121 B
Go
10 lines
121 B
Go
|
//go:build tools
|
||
|
// +build tools
|
||
|
|
||
|
package tools
|
||
|
|
||
|
import (
|
||
|
_ "github.com/99designs/gqlgen"
|
||
|
_ "github.com/matryer/moq"
|
||
|
)
|