Hacker News new | ask | show | jobs
by cpuguy83 2689 days ago

    for _, f := range fs {
      func() {
        defer f.Close()
      }()
    }