Initial commit

This commit is contained in:
AlexSSD7 2023-08-25 15:12:19 +01:00
commit b905244626
17 changed files with 1462 additions and 0 deletions

9
main.go Normal file
View file

@ -0,0 +1,9 @@
package main
import (
"github.com/AlexSSD7/vldisk/cmd"
)
func main() {
cmd.Execute()
}