Spaces:
Runtime error
Runtime error
File size: 89 Bytes
215df2f |
1 2 3 4 5 6 7 8 |
package main
import "github.com/alist-org/alist/v3/cmd"
func main() {
cmd.Execute()
}
|