Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
alist-org
Edit Copy
Star
GitHub Repository:
alist-org/alist
Path:
blob/main/public/public.go
1
5
4
1
views
1
package
public
2
3
import
"embed"
4
5
//go:embed all:dist
6
var
Public
embed
.
FS
7
8