mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
9 lines
106 B
Go
9 lines
106 B
Go
package main
|
|
|
|
import (
|
|
"github.com/ansible-semaphore/semaphore/cli/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
} |