github.com/ethereum/go-ethereum@v1.14.3/graphql/internal/graphiql/build.go (about)

     1  package graphiql
     2  
     3  import (
     4  	"embed"
     5  )
     6  
     7  //go:embed *.js *.css *.html
     8  var Assets embed.FS