Hacker News new | past | comments | ask | show | jobs | submit login

    // FIXME: this apparently needs to be “fixed” ..
    for _, v := range intvals {
        go func(v0 int) {
             fmt.Printf(“v:%v v0:%v\n”, v, v0)
        }(v)
    }



Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: