util

package module
v0.0.0-...-1b45c92 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2017 License: MIT Imports: 0 Imported by: 0

README

util

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flags

type Flags uint64

Flags represents a set of boolean flags as a bit mask.

const (
	FlagNone Flags = 0
)

func (Flags) HasFlag

func (fs Flags) HasFlag(f Flags) bool

HasFlag return true

type KeyValue

type KeyValue interface {
	Key() string
	Value() string
}

Directories

Path Synopsis
Package binary provides utility functions for dealing with binary representations of values.
Package binary provides utility functions for dealing with binary representations of values.
Package patterns provides functionality / interfaces of established software engineering patterns.
Package patterns provides functionality / interfaces of established software engineering patterns.
Package reflect provides utility functions for reflecting on go types that add further functionality to the built-in reflect package.
Package reflect provides utility functions for reflecting on go types that add further functionality to the built-in reflect package.
Package testing provides some convenience functionality for testing.
Package testing provides some convenience functionality for testing.

Jump to

Keyboard shortcuts

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