Delete graphql/internal/graphiql/build.go

This commit is contained in:
Isabel Schöps Thiel 2024-01-01 00:43:40 +01:00 committed by GitHub
parent 9d267b279d
commit 6b544960dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +0,0 @@
package graphiql
import (
"embed"
)
//go:embed *.js *.css *.html
var Assets embed.FS