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