Live data from Hacker News

Viewing profile — codo2

codo2

HN member
Joined
Wed, Jul 15, 2015, 1:23 PM UTC
HN karma
20
Public activity
2 items

About codo2

No profile information was provided.

Recent public activity

  1. comment
    Comment #9891310

    It's not a critique but a suggestion. Like you are saying, it is not an error, my suggestion is simply to follow the standard library. From golang.org Effective Go: "In the Go libr…

  2. comment
    Comment #9891090

    To make the code simpler to read, I would suggest removing a bunch of "else {", like the ones on lines 84, 112 and 119 of main.go. When you have something like: if err != nil { ret…