mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2025-08-06 13:56:58 +02:00
10 lines
104 B
Go
10 lines
104 B
Go
package main
|
|
|
|
import (
|
|
"github.com/apricote/hcloud-upload-image/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|