mirror of
https://github.com/acaloiaro/frm
synced 2026-07-21 10:12:23 +00:00
6 lines
80 B
Go
6 lines
80 B
Go
package static
|
|
|
|
import "embed"
|
|
|
|
//go:embed js/* css/* img/*
|
|
var Assets embed.FS
|