How to structure your go app?
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...
rahmayasser.hashnode.dev2 min read