mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
10 lines
95 B
Go
10 lines
95 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"github.com/SAP/jenkins-library/cmd"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|