mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-11-28 08:49:44 +02:00
1f34511407
* Provide golang based Piper library This includes the main command and a sub command for config resolution
10 lines
95 B
Go
10 lines
95 B
Go
package main
|
|
|
|
import (
|
|
"github.com/SAP/jenkins-library/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|