gotty/bindata/bindata.go
2021-06-04 09:01:20 -07:00

7 lines
69 B
Go

package bindata
import "embed"
//go:embed static/*
var Fs embed.FS