mirror of
https://github.com/gusaul/grpcox.git
synced 2025-04-19 04:05:37 +00:00
7 lines
93 B
Go
7 lines
93 B
Go
package index
|
|
|
|
import "embed"
|
|
|
|
//go:embed css/* font/* img/* js/* index.html
|
|
var FS embed.FS
|