goutils

module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 20, 2021 License: Apache-2.0

README

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

Directories

Path Synopsis
Package scramsha provides implementation of client side SCRAM-SHA according to https://tools.ietf.org/html/rfc5802 Package scramsha provides implementation of client side SCRAM-SHA via Http according to https://tools.ietf.org/html/rfc7804
Package scramsha provides implementation of client side SCRAM-SHA according to https://tools.ietf.org/html/rfc5802 Package scramsha provides implementation of client side SCRAM-SHA via Http according to https://tools.ietf.org/html/rfc7804

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL