Hacker News new | ask | show | jobs
by kaba0 1166 days ago
50% of Go developers will never write a library, but they will definitely use one, and for that it is pretty much a must.

We really shouldn’t cater to the average user, as they honestly don’t know what’s good for them.

1 comments

I am not sure this is true. Every single go project I have seen at work has pkg/ and internal/

If anything, I wish people would have main.go be a bit longer so I can see the main bones of the application but people always like to a := app(conf) ; a.run()