Skip to content

devsolux/go-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages