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 226e1ea commit 64cb2cfCopy full SHA for 64cb2cf
doc/codewalk/run
@@ -17,5 +17,5 @@ echo foo | go run markov.go | grep foo > /dev/null || fail markov
17
go run pig.go | grep 'Wins, losses staying at k = 100: 210/990 (21.2%), 780/990 (78.8%)' > /dev/null || fail pig
18
19
# sharemem.xml: only build the example, as it uses the network
20
-go build -o /dev/null urlpoll.go || fail urlpoll
21
-
+go build urlpoll.go || fail urlpoll
+rm -f urlpoll
0 commit comments