From c1e15a168a1d18eb6725e24ed5fc7da232a8f5d3 Mon Sep 17 00:00:00 2001 From: zodiac1214 Date: Tue, 3 Jan 2023 11:25:13 -0500 Subject: [PATCH] chore(core): nx plugin submission @nx-golang/gin (#14083) Co-authored-by: Di Zou --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 6f6a934fb8..ff0712257e 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -159,6 +159,11 @@ "description": "Nx plugin to use Go in a Nx workspace", "url": "https://github.com/nx-go/nx-go" }, + { + "name": "@nx-golang/gin", + "description": "Nx plugin to use Go-Gin in a Nx workspace", + "url": "https://github.com/nx-golang/nx-golang" + }, { "name": "@angular-architects/module-federation", "description": "Nx plugin to use webpack module federation",