Brian Douglas icon

Brian Douglas

@bdougie

Rules

The approach to Go project structure I described follows what's commonly known as the "Standard Go Project Layout" or "Go project directory structure conventions." It's not an official specification from the Go team, but rather a set of community-established best practices that have evolved over time.

The effective go style pattern