Skip to content
This repository was archived by the owner on Oct 11, 2018. It is now read-only.

fatih/unexport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

unexport

Unexport is a tool which unexports nonused exported identifiers. It was created as a part of Go challenge #5. Checkout the examples below

Install

go get github.com/fatih/unexport

Usage and Examples

Unexport exported identifiers in the encoding/pem package:

$ unexport -package encoding/pem

Process the package and display any possible changes. It doesn't unexport exported identifiers because of the -dryrun flag

$ unexport -package github.com/fatih/color -dryrun

Unexport only the "Color" and "Attribute" identifiers from the github.com/fatih/color package. Note that if the identifiers are used by other packages, it'll silently fail

$ unexport -package github.com/fatih/color -identifier "Color,Attribute"

License

The BSD 3-Clause License - see LICENSE for more details

About

Unexport notused exported identifiers in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages