From f7a9e674dffc9c346269cc15130134e160907b06 Mon Sep 17 00:00:00 2001 From: Janos Bonic <86970079+janosdebugs@users.noreply.github.com> Date: Thu, 13 Oct 2022 09:24:14 +0100 Subject: [PATCH] gotestfmt is moving to the GoTestTools org (#4544) See https://github.com/GoTestTools/gotestfmt/discussions/46 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 602e0469..1ca77380 100644 --- a/README.md +++ b/README.md @@ -488,7 +488,7 @@ _Tools for help with continuous integration._ - [duci](https://github.com/duck8823/duci) - A simple ci server no needs domain specific languages. - [go-fuzz-action](https://github.com/jidicula/go-fuzz-action) - Use Go 1.18's built-in fuzz testing in GitHub Actions. - [gomason](https://github.com/nikogura/gomason) - Test, Build, Sign, and Publish your go binaries from a clean workspace. -- [gotestfmt](https://github.com/haveyoudebuggedit/gotestfmt) - go test output for humans. +- [gotestfmt](https://github.com/GoTestTools/gotestfmt) - go test output for humans. - [goveralls](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system. - [overalls](https://github.com/go-playground/overalls) - Multi-Package go project coverprofile for tools like goveralls. - [roveralls](https://github.com/LawrenceWoodman/roveralls) - Recursive coverage testing tool.