From ddb0244b8da7d3698a85db129b83da9b1290621a Mon Sep 17 00:00:00 2001 From: Shubham Sinha Date: Wed, 21 Jul 2021 12:16:04 +0530 Subject: [PATCH] Adding Go-Actuator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 642b306e..3363a95f 100644 --- a/README.md +++ b/README.md @@ -2045,6 +2045,7 @@ _**Unofficial** set of patterns for structuring projects._ * [generate](https://github.com/go-playground/generate) - runs go generate recursively on a specified path or environment variable and can filter by regex. * [ghokin](https://github.com/antham/ghokin) - Parallelized formatter with no external dependencies for gherkin (cucumber, behat...). * [git-time-metric](https://github.com/git-time-metric/gtm) - Simple, seamless, lightweight time tracking for Git. +* [go-actuator](https://github.com/sinhashubham95/go-actuator) - Production ready features for Go based web frameworks. * [go-astitodo](https://github.com/asticode/go-astitodo) - Parse TODOs in your GO code. * [go-bind-plugin](https://github.com/wendigo/go-bind-plugin) - go:generate tool for wrapping symbols exported by golang plugins (1.8 only). * [go-bsdiff](https://github.com/gabstv/go-bsdiff) - Pure Go bsdiff and bspatch libraries and CLI tools.