pprofweb/pkg/goroutineinstance/bundle.go
a 6680bbc3fa
Some checks failed
commit-tag / commit-tag-image (push) Failing after 36s
wip
2024-10-29 01:45:23 -05:00

15 lines
214 B
Go

package goroutineinstance
import (
_ "embed"
)
//go:embed site/index.html
var IndexHtmlEmbed []byte
//go:embed site/bundle.js
var BundleJsEmbed []byte
//go:embed site/bundle.js.map
var BundleJsMapEmbed []byte