mirror of
https://github.com/skidoodle/safebin.git
synced 2026-04-28 11:17:42 +02:00
73ee7a9a14
Signed-off-by: skidoodle <contact@albert.lol>
7 lines
84 B
Go
7 lines
84 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.html *.css *.js *.ico
|
|
var Assets embed.FS
|