This package provides a simple key/value logging interface for Golang for use in development and production environments. Unlike the standard library log
package, this package provides logging levels that provide decreased output based upon the desired amount of output. It also comes with a command-line program hclogvet
that can be used to check that the logging level methods on hclog.Logger
are used correctly.
This package was initially based on the pure go BLAKE2b implementation of Dmitry Chestnykh and merged with the (cgo dependent) AVX optimized BLAKE2 implementation (which in turn is based on the official implementation. It does so by using Go's Assembler for amd64 architectures with a golang only fallback for other architectures.
In addition to AVX there is also support for AVX2 as well as SSE. Best performance is obtained with AVX2 which gives roughly a 4X performance increase approaching hashing speeds of 1GB/sec on a single core.
Package mnemonicode.
Simple request logging in Go
Package sanitize provides functions for sanitizing text.
Package markdown implements markdown parser and HTML renderer.
This package provides JSON equality assertions for Golang.
This package provides a cancelable reader for Go.
This package provides a CSS parser and inliner.
Go library for input handling using Windows Console API.
Check if the race detector is running.
This package provides a Go library for authenticating emails.
This package provides simple colorized console logger for golang.
The datacounter package provides counters for Go readers and writers.
Set is the set collection for the Go language.