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