9 lines
82 B
Go
9 lines
82 B
Go
package static
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed css js vendor
|
|
var Static embed.FS
|