mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
10 lines
107 B
Go
10 lines
107 B
Go
package main
|
|
|
|
import (
|
|
"github.com/ansible-semaphore/semaphore/cli/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|