github.com/theQRL/go-zond@v0.1.1/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