mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-20 17:16:39 +08:00
7 lines
89 B
Go
7 lines
89 B
Go
package main
|
|
|
|
import "github.com/Xhofe/alist/bootstrap"
|
|
|
|
func main() {
|
|
bootstrap.Run()
|
|
} |