examples/test: small cleanup

I forgot to remove some commented out code...
This commit is contained in:
Ayke van Laethem
2018-09-14 21:00:52 +02:00
parent 112f6dc01a
commit 1387a1024d
+1 -1
View File
@@ -77,7 +77,7 @@ func main() {
testDefer()
testBound(thing.String)
func() {
println("thing inside closure:", thing.String()) //, len(foo))
println("thing inside closure:", thing.String())
}()
runFunc(func(i int) {
println("inside fp closure:", thing.String(), i)