athunderx / main.go
Mr.L
feat: add full alist source code for Docker build
7107f0b
raw
history blame contribute delete
89 Bytes
package main
import "github.com/alist-org/alist/v3/cmd"
func main() {
cmd.Execute()
}