go-ethereum/graphql/internal/graphiql/build.go

9 lines
88 B
Go

package graphiql
import (
"embed"
)
//go:embed *.js *.css *.html
var Assets embed.FS