Skip to content

j18e/golistimports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

golistimports

Golistimports is a commandline tool which reports on the packages imported in a Go project. Simply navigate to the project root and run golistimports, and it will give you an overview of:

  1. builtin packages which are imported by the project
  2. packages in the same module which are imported by the project
  3. non-builtin packages which are imported by the project
  4. packages imported by non-builtin packages imported by the project (go.sum)

Installing

go get -u github.com/j18e/golistimports

About

An import tracking tool for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages