repositorypackage
0.0.0-20210201173354-8cba18c2dd1c
Repository: https://github.com/ugorji/go-common.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
# README
go-common
The go-common
library contains utility packages.
It includes the following packages:
- bits - bit sets README
- combinationgen - iterator for all combinations of a non-uniform matrix README
- feed - atom feeds README
- logging - precise logging framework README
- pool - pool of resources README
- safestore - possibly threadsafe key-value cache README
- simpleblobstore - simple blob storage README
- tree - traversal of tree structure (parent/child nodes) README
- vfs - virtual file system README
- ...
- printf - formatted printing utilities README
- errorutil - error handling utilities README
- testutil - testing utilities README
- ioutil - input/output utilities README
- osutil - operating system utilities (files, directories, exec functions, etc) README
- reflectutil - reflect utilities README
- regexputil - regexp utilities README
- runtimeutil - runtime utilities (stackframe, etc) README
Installing
go get github.com/ugorji/go-common/...