modulepackage
0.0.0-20240920114714-f3888f4378c0
Repository: https://github.com/devsolux/go-check.git
Documentation: pkg.go.dev
# README
Go Check
Check for outdated go module.
Getting Started
go mod tidy
go run github.com/devsolux/go-check@latest
Use Case
go install github.com/devsolux/go-check@latest
go version
go mod init go-check
go mod tidy
go run main.go
Clean
go clean -cache -modcache -testcache
# Clear build cache
go clean -cache
# Clear module cache
go clean -modcache
# Clear test cache
go clean -testcache