Hacker News new | ask | show | jobs
by PenguinCoder 2168 days ago
I like https://github.com/jpillora/opts for Go arg parsing. It has better, sane defaults with long/short opts.
1 comments

Cool, I'll check it out. There's something attractive about using stuff from the standard library though.