hcloud-upload-image/main.go

9 lines
104 B
Go

package main
import (
"github.com/apricote/hcloud-upload-image/cmd"
)
func main() {
cmd.Execute()
}