feat: initial commit

This commit is contained in:
2025-02-11 12:07:24 +01:00
parent 4f8bd11858
commit de07752466
10 changed files with 121 additions and 1 deletions

9
main.go Normal file
View File

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