helpers

package module
v0.0.0-...-ffdb799 Latest Latest
Warning

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

Go to latest
Published: May 14, 2019 License: Apache-2.0 Imports: 16 Imported by: 2

README

go-helpers

Build Status GoDoc Go Report Card

Various Helper Functions written in go.

Install

go get -v github.com/bryanjeal/go-helpers

Help

cd <path>/github.com/bryanjeal/go-helpers Make help

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BufferPool bufferPool

BufferPool type basically namespaces the helpers under the "bufferPool" section

View Source
var Crypto crypto

Crypto type basically namespaces the helpers under the "crypto" section

View Source
var Ctx ctx

Ctx type basically namespaces the helpers under the "ctx" section

View Source
var (
	ErrCtxNoValue = errors.New("no value exists in the context for the supplied key")
)

Errors

View Source
var Path pth

Path type basically namespaces the helpers under the "pth" section

View Source
var Reflect = rflct{
	ErrorType: reflect.TypeOf((*error)(nil)).Elem(),
	TimeType:  reflect.TypeOf((*time.Time)(nil)).Elem(),
}

Reflect type basically namespaces the helpers under the "reflect" section

View Source
var Strings = strs{
	// contains filtered or unexported fields
}

Strings type basically namespaces the helpers under the "strs" section

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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