Skip to content

viqueen/go-devbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-devbox

tools for working on golang projects

setup

  • install it
./setup.sh binary
  • build all
./build.sh all

usage

goscan

  • scan a go module
goscan mod "github.com/your/module"
  • scan a go module for a given set of checks
goscan mod "github.com/your/module" --checks http,os --verbose
  • scan dependencies of a go module
goscan deps
  • scan dependencies of a go module for a given set of checks
goscan deps --checks net,exec --verbose

About

tools for working on golang projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published