examples/test: small cleanup
I forgot to remove some commented out code...
Этот коммит содержится в:
родитель
112f6dc01a
коммит
1387a1024d
1 изменённых файлов: 1 добавлений и 1 удалений
|
@ -77,7 +77,7 @@ func main() {
|
||||||
testDefer()
|
testDefer()
|
||||||
testBound(thing.String)
|
testBound(thing.String)
|
||||||
func() {
|
func() {
|
||||||
println("thing inside closure:", thing.String()) //, len(foo))
|
println("thing inside closure:", thing.String())
|
||||||
}()
|
}()
|
||||||
runFunc(func(i int) {
|
runFunc(func(i int) {
|
||||||
println("inside fp closure:", thing.String(), i)
|
println("inside fp closure:", thing.String(), i)
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче