mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-05 16:18:04 +08:00
10 lines
102 B
Go
10 lines
102 B
Go
package main
|
|
|
|
import (
|
|
"github.com/filebrowser/filebrowser/v2/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|