Aug 25, 2017 · 1 min read
Instead of many commands to execute “cd $GOPATH && …” is probably easier to perform block
dir(‘${GOPATH}’) {
….
}
and execute the necessary commands
Instead of many commands to execute “cd $GOPATH && …” is probably easier to perform block
dir(‘${GOPATH}’) {
….
}
and execute the necessary commands