1. inisialisasi backend golang
This commit is contained in:
9
backend/tools/tools.go
Normal file
9
backend/tools/tools.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
_ "github.com/99designs/gqlgen"
|
||||
_ "github.com/99designs/gqlgen/graphql/introspection"
|
||||
)
|
||||
Reference in New Issue
Block a user