repositorypackage
0.0.0-20200526094946-1d067d01d3f3
Repository: https://github.com/golangsam/internal.git
Documentation: pkg.go.dev
# README
Hide, what You don't want the audience to see - Daryl
In go any package below/inside internal
is not exported/published to any package above - (only to siblings and their descendants).
Thus: A great place to 'hide' stuff in plain sight :-)
Stuff that is either
- not good enough (yet) or
- not general enough (yet) in order to be used in Your project.
Stuff such as:
cmd/
dotpath
- simple CLI to play with./container/ccsafe/dotpath
glob
- simple CLI to play withfilepath/glob
container/
ccsafe/
dotpath
- a fs-plist with more meaning of dots
oneway
no packages yet
do/
dot
do/cmd/
cancel
- a brute-force Cancellor for CLIcmd
s
Your suggestions, remarks, questions and/or contributions are welcome ;-)
Think deep - code happy - be simple - see clear :-)
Support on Beerpay
Hey dude! Help me out for a couple of :beers:!