This repository has been archived on 2022-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
Jon Chen 737231705f
adds vendor directory
vendors dependencies in standard `vendor` directory, managed by glide
2017-05-14 19:35:03 -07:00
..
2017-05-14 19:35:03 -07:00
2017-05-14 19:35:03 -07:00
2017-05-14 19:35:03 -07:00
2017-05-14 19:35:03 -07:00
2017-05-14 19:35:03 -07:00
2017-05-14 19:35:03 -07:00

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