DEV Community

Chris
Chris

Posted on

Identifying Deprecated Go Modules with Gocheckit

Identifying Deprecated Go modules is not supported by default by the Go ecosystem so I created a small tool (Gocheckit) to help me identify potentially Deprecated modules for a Go project. You can find the tool and more info here on Github here https://github.com/brompwnie/gocheckit.

I'll probably write a proper post at a later point describing the tool and processes in more detail.

Top comments (0)