mirror of
https://github.com/AlistGo/alist.git
synced 2025-11-25 11:29:45 +08:00
7 lines
65 B
Go
7 lines
65 B
Go
package public
|
|
|
|
import "embed"
|
|
|
|
//go:embed *
|
|
var Public embed.FS
|