DEV Community

Discussion on: Why Can't We Settle on a Single Web App Structure in Go?

Collapse
 
vbordo profile image
Victor Bordo

Nice post. golang-standards/project-layout is a useful resource for understanding potential application structures and naming conventions.

Collapse
 
joncalhoun profile image
Jon Calhoun

If I recall correctly, this repo is handy for overall structure ideas but less so on figuring out how to structure your actual Go code inside of say a pkg directory. Regardless it is cool to check out, so thanks for linking it!