mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-25 23:04:03 +08:00
8 lines
89 B
Go
8 lines
89 B
Go
package main
|
|
|
|
import "github.com/alist-org/alist/v3/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|