Standard Go Project Layout

boru 6th May 2019 at 9:51am
Bookmark Coding Golang Public
URL Note
Standard Go Project Layout This is a basic layout for Go application projects. It's not an official standard defined by the core Go dev team; however, it is a set of common historical and emerging project layout patterns in the Go ecosystem. Some of these patterns are more popular than others. It also has a number of small enhancements along with several supporting directories common to any large enough real world application.

Get Shit Done v2

Some random thoughts.