We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf59c1 commit 1a83e7fCopy full SHA for 1a83e7f
template/golang-http/modules-cleanup.sh
@@ -4,6 +4,8 @@ set -e
4
5
GO111MODULE=$(go env GO111MODULE)
6
7
+[ -z "$DEBUG" ] && DEBUG=0
8
+
9
# move_vendor will copy the function's vendor folder,
10
# if it exists.
11
move_vendor() {
0 commit comments