Hacker News new | past | comments | ask | show | jobs | submit login

You're missing the distinction between frameworks and libraries. Libraries are the preferred way to reuse code in Go. Generally, libraries have a "do one thing well" approach and can be easily swapped out; frameworks try to do everything, and they tend to try to integrate more deeply into your application (which makes them harder to swap out).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: