mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-21 03:48:46 +08:00
7 lines
72 B
Go
7 lines
72 B
Go
package public
|
|
|
|
import "embed"
|
|
|
|
//go:embed all:dist
|
|
var Public embed.FS
|