build.go 88 Bytes
Newer Older
1 2 3 4 5 6 7 8
package graphiql

import (
	"embed"
)

//go:embed *.js *.css *.html
var Assets embed.FS