9 lines
85 B
Go
9 lines
85 B
Go
package web
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed "templates" "static"
|
|
var files embed.FS
|