mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04: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"
|
||
|
)
|