From 58d5ecbe2c9f5a993abf6979bce37e03cf1e05ae Mon Sep 17 00:00:00 2001 From: Yassine Benaid Date: Tue, 1 Oct 2024 11:26:01 +0100 Subject: [PATCH 1/4] Add goxigen --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bd5a694303..3d5557f6913 100644 --- a/README.md +++ b/README.md @@ -1807,6 +1807,7 @@ _**Unofficial** set of patterns for structuring projects._ - [go-sample](https://github.com/zitryss/go-sample) - A sample layout for Go application projects with the real code. - [go-starter](https://github.com/allaboutapps/go-starter) - An opinionated production-ready RESTful JSON backend template, highly integrated with VSCode DevContainers. - [go-todo-backend](https://github.com/Fs02/go-todo-backend) - Go Todo Backend example using modular project layout for product microservice. +- [goxygen](https://github.com/shpota/goxygen) - Generate a modern Web project with Go and Angular, React, or Vue in seconds - [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. Note: despite the org-name they do not represent official golang standards, see [this issue](https://github.com/golang-standards/project-layout/issues/117) for more information. Nonetheless, some may find the layout useful. - [golang-templates/seed](https://github.com/golang-templates/seed) - Go application GitHub repository template. From 8aed3f4ed0ce2a34f24a9569021e1c8dfb198866 Mon Sep 17 00:00:00 2001 From: Yassine Benaid Date: Fri, 1 Nov 2024 09:02:28 +0100 Subject: [PATCH 2/4] contributing guide: add 5-month maturity quality standard --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2234cfe4ebc..40bac050939 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,7 @@ Please contribute links to packages/projects you have used or are familiar with. To be on the list, project repositories should adhere to the following quality standards. (https://goreportcard.com/report/github.com/ **github_user** / **github_repo**): +- have at least 5 months of history since first commit. - have an **open source license**, [see list of allowed licenses](https://opensource.org/licenses/alphabetical); - function as documented and expected; - be generally useful to the wider community of Go programmers; From 049e849f556cfad1658f2658057ee4e219078a4d Mon Sep 17 00:00:00 2001 From: Yassine Benaid Date: Fri, 1 Nov 2024 09:03:55 +0100 Subject: [PATCH 3/4] contributing guide: fix grammar --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40bac050939..bb3e1e04013 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Please contribute links to packages/projects you have used or are familiar with. To be on the list, project repositories should adhere to the following quality standards. (https://goreportcard.com/report/github.com/ **github_user** / **github_repo**): -- have at least 5 months of history since first commit. +- have at least 5 months of history since the first commit. - have an **open source license**, [see list of allowed licenses](https://opensource.org/licenses/alphabetical); - function as documented and expected; - be generally useful to the wider community of Go programmers; From ff3f1b093a548703bb07ea4a342db96ad51e5ae1 Mon Sep 17 00:00:00 2001 From: Yassine Benaid Date: Fri, 1 Nov 2024 09:10:29 +0100 Subject: [PATCH 4/4] readme: clean stale addition (duplicated adding of `goxigen`) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3f14ac43a4c..93552df26a6 100644 --- a/README.md +++ b/README.md @@ -1815,7 +1815,6 @@ _**Unofficial** set of patterns for structuring projects._ - [go-sample](https://github.com/zitryss/go-sample) - A sample layout for Go application projects with the real code. - [go-starter](https://github.com/allaboutapps/go-starter) - An opinionated production-ready RESTful JSON backend template, highly integrated with VSCode DevContainers. - [go-todo-backend](https://github.com/Fs02/go-todo-backend) - Go Todo Backend example using modular project layout for product microservice. -- [goxygen](https://github.com/shpota/goxygen) - Generate a modern Web project with Go and Angular, React, or Vue in seconds - [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. Note: despite the org-name they do not represent official golang standards, see [this issue](https://github.com/golang-standards/project-layout/issues/117) for more information. Nonetheless, some may find the layout useful. - [golang-templates/seed](https://github.com/golang-templates/seed) - Go application GitHub repository template.