This website requires JavaScript.
Explore
Help
Sign In
Kiu
/
Semaphore
Watch
1
Star
0
Fork
0
You've already forked Semaphore
mirror of
https://github.com/semaphoreui/semaphore.git
synced
2025-01-20 15:29:28 +01:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
645668dc76
Semaphore
/
cli
/
main.go
10 lines
101 B
Go
Raw
Normal View
History
Unescape
Escape
Initial v2 work
2016-01-05 00:32:53 +01:00
package
main
import
(
feat(be): ansible-semaphore -> semaphoreui
2024-10-26 14:56:17 +02:00
"github.com/semaphoreui/semaphore/cli/cmd"
Initial v2 work
2016-01-05 00:32:53 +01:00
)
func
main
(
)
{
feat(cli): use cobra library
2021-08-25 22:12:19 +02:00
cmd
.
Execute
(
)
go fmt
2024-03-16 04:18:26 +01:00
}
Reference in New Issue
Copy Permalink