HACKER Q&A
📣 transportheap

What is 2023 layout for Go project?


rust has cargo to setup, python has poetry/pdm to start. both keep semi consistent project layouts. what does go have? seems nothing built in nor really clear from the golang website.


  👤 chrisjj Accepted Answer ✓
[delayed]

👤 xcircle
How to start a Go project in 2023

https://news.ycombinator.com/item?id=36046662


👤 codegeek
Not sure about layouts but look at this:

https://autostrada.dev/

The author alex edwards is top notch and I have found him to be a great teacher on how to build web apps in Go.