mirror of
https://github.com/axzilla/templui.git
synced 2025-02-21 21:12:48 +00:00
7 lines
75 B
Go
7 lines
75 B
Go
package assets
|
|
|
|
import "embed"
|
|
|
|
//go:embed css/* img/*
|
|
var Assets embed.FS
|