6 lines
83 B
Go
6 lines
83 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed js/* css/* index.gohtml
|
|
var WebFS embed.FS
|