mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-03 09:17:38 +00:00
9 lines
88 B
Go
9 lines
88 B
Go
|
package graphiql
|
||
|
|
||
|
import (
|
||
|
"embed"
|
||
|
)
|
||
|
|
||
|
//go:embed *.js *.css *.html
|
||
|
var Assets embed.FS
|