project-layout icon indicating copy to clipboard operation
project-layout copied to clipboard

Standard Go Project Layout

Results 123 project-layout issues
Sort by recently updated
recently updated
newest added
trafficstars

For repositories that provide libraries that are imported into other projects, if it needs to support multiple major versions at the same time (which is common) then the idiomatic go...

Russ created #117, so let's discuss for week in a row, how bad `pkg` dir for newb... Oh, wait, i fixed it! Opensource time! Is it REALLY so fucking difficult...

If the `main.go` and `mypackage_test.go` don't reside in the same folder, I'm running into trouble when trying to open files while using relative paths. In the following setup `go run...

`think twice` should be translated to `三思而行`

Hi, Using the conventions here, so I have cmd/my_app , internal/my_app/... etc When I do a "go build" - where should the binary be placed? I was a little confused,...

**The existence of this repository is harmful for Go beginners.** People arrive here from Google searches, looking for ways to structure their small, simple packages. What they find is overwhelming,...

Hi there! I've written a small project for generate/bootstrap new projects with your predefined layout. https://github.com/insidieux/inizio Yeah, this binary does not create whole structure of this layout, but creates minimal...

where put paths and router to make an API in this arquitecture

#67 Check and merge two Chinese versions.