Apply CodeRefactor manual fixes

This commit is contained in:
simon987
2019-03-09 14:16:14 -05:00
parent be9bcc087a
commit f50df4226d
17 changed files with 51 additions and 58 deletions

1
jenkins/Jenkinsfile vendored
View File

@@ -36,6 +36,7 @@ pipeline {
agent {
docker {
image 'golang:latest'
args '--network "host"'
}
}
steps {