Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.27 KB

project-layout.md

File metadata and controls

25 lines (21 loc) · 1.27 KB

Bookmarks tagged [project-layout]

https://github.com/zitryss/go-sample

A sample layout for Go application projects with the real code.


https://github.com/golang-standards/project-layout

Set of common historical and emerging project layout patterns in the Go ecosystem.


https://github.com/catchplay/scaffold

Scaffold generates starter Go project layout. Lets you focus on business logic implemeted.