8 lines
83 B
Go
8 lines
83 B
Go
package www
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.html
|
|
//go:embed *.js
|
|
var Static embed.FS
|