SaaSHub helps you find the best software and product alternatives Learn more →
Makefile project-template Projects
-
Project mention: Why Clean Architecture Struggles in Golang and What Works Better | dev.to | 2024-11-04
When designing a Go project, look to real-world examples like Kubernetes, Vault and the Golang Standards Project Layout. These showcase how powerful Go can be when the architecture embraces simplicity over rigid structure. Rather than trying to make Go fit a Clean Architecture mold, embrace an architecture that’s as straightforward and efficient as Go itself. This way, you’re building a codebase that’s not only idiomatic but one that’s easier to understand, maintain, and scale.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
python-project-template
DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template.
Project mention: How to configure Makefile to dynamically generate list of commands | dev.to | 2024-03-04But thanks to the Makefile set up in this Python starter project, there's an even handier way to have make list shown above be generated without updating two places.
Makefile project-template discussion
Makefile project-template related posts
-
How to configure Makefile to dynamically generate list of commands
-
What's your go to literature to build Go libraries?
-
Can I point a module to a subdirectory?
-
How To Build A Containerized Microservice in Golang: A Step-by-step Guide with Example Use-Case
-
Official guide for organizing Go projects and modules
-
use embed for a different directory
-
Idea of multiple directories
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Feb 2025
Index
# | Project | Stars |
---|---|---|
1 | golang-standards/project-layout | 50,805 |
2 | python-project-template | 1,168 |