linsk/main.go
2023-08-25 15:12:19 +01:00

9 lines
91 B
Go

package main
import (
"github.com/AlexSSD7/vldisk/cmd"
)
func main() {
cmd.Execute()
}