mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 21:31:03 +00:00
9 lines
104 B
Go
9 lines
104 B
Go
package main
|
|
|
|
import (
|
|
"github.com/apricote/hcloud-upload-image/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|