Hacker News new | ask | show | jobs
by staticint 3737 days ago
While I completely agree that the standard library is all you need in quite a lot of cases, the parent seems to be asking from more of a "how do I structure my application" perspective. A tool that generates the boilerplate necessary to use the standard library effectively in a complete application. Not just http handlers, but think of the persistence layer, for example. The standard library does not assist much with the engineering aspect of the job.
1 comments

true. I have problem when it come to structuring the application so i want a boilerplate so that I can see what everybody has been doing.