jason 075d766964 first | преди 3 години | |
---|---|---|
.. | ||
go-cbaudit | преди 3 години | |
logging | преди 3 години | |
platform | преди 3 години | |
scramsha | преди 3 години | |
.gitignore | преди 3 години | |
LICENSE.md | преди 3 години | |
README.md | преди 3 години |
Common utility libraries for Couchbase Go code.
Package logging implements a simple logging package. It defines a type, Logger, with methods for formatting output. The logger writes to standard out and prints the date and time in ISO 8601 standard with a timezone postfix of each logged message. The logger has option to log message as Json or Key-value or Text format.
Package platform implements common platform specific routines we often need in our Go applications.
git clone git@github.com:couchbase/goutils.git