Skip to content

enrichman/godep-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godep-check

godep-check helps you to understand how your Godeps.json file is in sync with your $GOPATH!

Just run godep-check in a repo with a Godeps folder or with a Godeps.json file and it will print out how much the repos in your $GOPATH are in sync telling you if

  • you are in sync
  • you have a (probably) old version
  • you have a newer version (and how much new)
  • your work tree is dirty!

terminal-img

Run it with the verbose option -v to check additional details:

terminal-img-verbose

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages