Viewing profile — aablkn
aablkn
HN member- Joined
- Fri, Feb 13, 2015, 5:47 PM UTC
- HN karma
- 6
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About aablkn
No profile information was provided.
Recent public activity
-
comment
Comment #9523522
Oh don't forget the good old // +build !linux build constraints feature. It's been there since go 1.0 afaik.
-
comment
Comment #9319416
You might want to `set -o pipefail` on your bash because a failing process does not stop things from getting piped: `echo OK | false | echo OK2` --> this command returns zero exit …
- story
- story
- story