jason 075d766964 first před 3 roky
..
go-cbaudit 075d766964 first před 3 roky
logging 075d766964 first před 3 roky
platform 075d766964 first před 3 roky
scramsha 075d766964 first před 3 roky
.gitignore 075d766964 first před 3 roky
LICENSE.md 075d766964 first před 3 roky
README.md 075d766964 first před 3 roky

README.md

goutils

Common utility libraries for Couchbase Go code.

  • logging

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.

  • platform

Package platform implements common platform specific routines we often need in our Go applications.

Installation

git clone git@github.com:couchbase/goutils.git