1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/matrix-veles.git synced 2025-07-16 08:05:30 +02:00
matrix-veles/tools.go

8 lines
92 B
Go

//go:build tools
// +build tools
package main
import (
_ "github.com/99designs/gqlgen"
)