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.
1 parent c8ae916 commit 4e34ddbCopy full SHA for 4e34ddb
2 files changed
build.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-VERSION="1.2.0"
+VERSION="1.2.1"
6
PROTECTED_MODE="no"
7
8
export GO15VENDOREXPERIMENT=1
cmd/triangle/main.go
@@ -176,6 +176,7 @@ func main() {
176
}()
177
}
178
179
+ // close the channel after the values flowing through the channel are consumed.
180
go func() {
181
defer close(ch)
182
wg.Wait()
0 commit comments