Files
flotte/main.go
2025-02-11 12:07:24 +01:00

10 lines
96 B
Go

package main
import (
"github.com/alexohneander/flotte/cmd"
)
func main() {
cmd.Execute()
}