package
0.1.0
Repository: https://github.com/jcmdln/cugo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Homepage | GitHub

This namespace exists to separate the source code of each utility so that they may be individually included into third-party projects. If you would like to import a specific utility, you may do so from it's folder as show in the following example:

github.com/jcmdln/cugo/src/mkdir

For more information about each utility, please visit godoc.org which also refers to the primary Go standard library components used as well as the reference manuals used to define the utility.

For an example of using a utility in an external project, please see cugo-mkdir-example.