initial commit

This commit is contained in:
Othman Hendy Suseno
2025-09-09 23:22:13 +07:00
parent 509451f6e7
commit 04f97885e9
12 changed files with 1482 additions and 1 deletions

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "github.com/cloudmigration/drive-migrator/cmd"
func main() {
cmd.Execute()
}