7 ms·
I'm new to Golang and have been exploring it for a while. Go isn't simple to me when it comes to web dev. It starts with the scarcity of resources to learn from
by suresh70 7y ago
I'm new to Golang and have been exploring it for a while. Go isn't simple to me when it comes to web dev. It starts with the scarcity of resources to learn from. I'm looking for how to structure the codebase(boilerplates, best practices etc), how to go about unit and integration testing, dependency and configuration management. Are there any resources somebody here can point to regarding these topics?.
- christiansakai 7y agoCheckout some examples of Clean Architecture in Go.
- dhconnelly 7y agohttps://www.usegolang.com https://www.usegolang.com from Jon Calhoun, who is well-known in the community, could be useful