mirror of
https://github.com/datarhei/core.git
synced 2025-10-06 16:37:04 +08:00
8 lines
77 B
Go
8 lines
77 B
Go
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/99designs/gqlgen"
|
|
)
|