From c5dfdba7e15a771107a753b8047b72850527366c Mon Sep 17 00:00:00 2001 From: Avelino Date: Thu, 12 Jan 2023 22:25:38 -0300 Subject: [PATCH] remove gocover.io ref: https://github.com/vieux/gocover.io/commit/6ef5fb11adef14bff5a513a52492ec8fc77927aa --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 55e7c5a9..99aed7e3 100644 --- a/README.md +++ b/README.md @@ -2944,7 +2944,6 @@ _Source code analysis tools, also known as Static Application Security Testing ( - [go-mod-outdated](https://github.com/psampaz/go-mod-outdated) - An easy way to find outdated dependencies of your Go projects. - [go-outdated](https://github.com/firstrow/go-outdated) - Console application that displays outdated packages. - [goast-viewer](https://github.com/yuroyoro/goast-viewer) - Web based Golang AST visualizer. -- [GoCover.io](https://gocover.io/) - GoCover.io offers the code coverage of any golang package as a service. - [goimports](https://godoc.org/golang.org/x/tools/cmd/goimports) - Tool to fix (add, remove) your Go imports automatically. - [golang-ifood-sdk](https://github.com/arxdsilva/golang-ifood-sdk) - iFood API SDK. - [golines](https://github.com/segmentio/golines) - Formatter that automatically shortens long lines in Go code.