mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 02:27:30 -04:00
9 lines
93 B
Go
9 lines
93 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen"
|
|
)
|