mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-05-13 08:10:51 +00:00
8 lines
96 B
Go
8 lines
96 B
Go
package static
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed dist/*.js dist/*.css dist/*.html
|
|
var FS embed.FS |