mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
d6916e8953
* Add entryPointPath option
* Integration tests for golangBuild
* Revert "Add entryPointPath option"
This reverts commit b541e64a4f
.
Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
6 lines
85 B
Modula-2
6 lines
85 B
Modula-2
module github.com/example/golang-app
|
|
|
|
go 1.15
|
|
|
|
require github.com/gorilla/mux v1.8.0
|