8 lines
85 B
Go
8 lines
85 B
Go
package static
|
|
|
|
import "embed"
|
|
|
|
var (
|
|
//go:embed css/* img/* js/*
|
|
Files embed.FS
|
|
)
|