1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-11-28 08:49:44 +02:00
sap-jenkins-library/main.go
Oliver Nocon 1f34511407
Provide golang based Piper library (#915)
* Provide golang based Piper  library

This includes the main command
and a sub command for config resolution
2019-10-24 10:59:58 +02:00

10 lines
95 B
Go

package main
import (
"github.com/SAP/jenkins-library/cmd"
)
func main() {
cmd.Execute()
}