showimp

command
v1.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2020 License: ISC Imports: 11 Imported by: 0

README

showimp

show imports

This will run over a source tree and print any imports that are not in the standard library or inside the project.

kyle@nocturne:~/src/github.com/kisom/cryptutils$ showimp 
External imports:
        code.google.com/p/go.crypto/bcrypt
        code.google.com/p/go.crypto/nacl/box
        code.google.com/p/go.crypto/nacl/secretbox
        code.google.com/p/go.crypto/scrypt
        code.google.com/p/rsc/qr
        github.com/agl/ed25519
        github.com/conformal/yubikey
        github.com/gokyle/readpass
        github.com/gokyle/twofactor
        github.com/gorilla/mux

Documentation

Overview

showimp is a utility for displaying the imports in a package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL