How to structure your go app?
May 25, 2022 · 2 min read · There's no official structure to follow when you start coding in go. But there're common practices that can help organizing your code specially if it's not a simple project. Here are some of the common patterns for organizing go app pkg directory He...
Join discussion
