Add insidieux/inizio to Project Layout list (#3527)

This commit is contained in:
Ageev Pavel 2021-03-27 14:48:26 +03:00 committed by GitHub
parent b81d4f5d43
commit e52f2c27ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1258,6 +1258,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gobase](https://github.com/wajox/gobase) - A simple skeleton for golang application with basic setup for real golang application.
* [golang-standards/project-layout](https://github.com/golang-standards/project-layout) - Set of common historical and emerging project layout patterns in the Go ecosystem.
* [golang-templates/seed](https://github.com/golang-templates/seed) - Go application GitHub repository template.
* [insidieux/inizio](https://github.com/insidieux/inizio) - Golang project layout generator with plugins.
* [modern-go-application](https://github.com/sagikazarmark/modern-go-application) - Go application boilerplate and example applying modern practices.
* [scaffold](https://github.com/catchplay/scaffold) - Scaffold generates a starter Go project layout. Lets you focus on business logic implemented.