We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4807b85 + 1bb0d84 commit 0ca76b2Copy full SHA for 0ca76b2
scripts/fix.sh
@@ -18,12 +18,6 @@ set -euo pipefail
18
source ./scripts/test_lib.sh
19
source ./scripts/updatebom.sh
20
21
-# To fix according to newer version of go:
22
-# go get golang.org/dl/gotip
23
-# gotip download
24
-# GO_CMD="gotip"
25
-GO_CMD="go"
26
-
27
function bash_ws_fix {
28
TAB=$'\t'
29
@@ -36,7 +30,6 @@ function bash_ws_fix {
36
30
37
31
log_callout -e "\\nFixing etcd code for you...\n"
38
32
39
-run_for_modules run ${GO_CMD} fmt || exit 2
40
33
bash_ws_fix || exit 2
41
34
42
35
log_success -e "\\nSUCCESS: etcd code is fixed :)"
0 commit comments