Hacker News new | ask | show | jobs
by preseinger 1514 days ago

    _ = fmt.Println("ok") // 1
    fmt.Println("ok")     // 2
1 is unambiguously worse than 2.