From 4a5093b9ce1b2f0c1d9a7eabdc155c64c3c1ded7 Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Wed, 21 Jun 2023 19:53:27 -0700 Subject: [PATCH] Adding Checker Go library to the list of Who Uses. Proposing to add the Checker Go library to the list of Who Uses. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d40271783..19c789c1b 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Here's how `revive` is different from `golint`: - [`ggz`](https://github.com/go-ggz/ggz) - An URL shortener service written in Golang - [`Codeac.io`](https://www.codeac.io?ref=revive) - Automated code review service integrates with GitHub, Bitbucket and GitLab (even self-hosted) and helps you fight technical debt. - [`DevLake`](https://github.com/apache/incubator-devlake) - Apache DevLake is an open-source dev data platform to ingest, analyze, and visualize the fragmented data from DevOps tools,which can distill insights to improve engineering productivity. +- [`checker`](https://github.com/cinar/checker) - Checker helps validating user input through rules defined in struct tags or directly through functions. *Open a PR to add your project*.