alist/public/public.go

13 lines
159 B
Go
Raw Normal View History

2021-10-26 14:28:37 +00:00
package public
import "embed"
//go:embed *
var Public embed.FS
2021-11-13 07:53:26 +00:00
////go:embed index.html
//var Index embed.FS
//
////go:embed assets/**
//var Assets embed.FS