datautil

package
v0.0.0-...-58e9c6f Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2014 License: MIT Imports: 0 Imported by: 0

README

datautil

Utilities for data management.

Documentation online

Installation

go get github.com/kless/datautil

License

Unless otherwise noted:

  • The source files are distributed under the Mozilla Public License, version 2.0

Generated by Gowizard

Documentation

Overview

Package datautil implements a subset of Go types for the data management.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Type

type Type int

A Type represents a Go type.

const (
	Custom Type = -1

	Bool

	// Integers
	Int
	Int8
	Int16
	Int32
	Int64
	// Unsigned integers
	Uint
	Uint8
	Uint16
	Uint32
	Uint64
	// Float-point numbers
	Float32
	Float64

	String
	RawBytes

	Slice
	//Map
	//Struct
	Time
)

func (Type) String

func (k Type) String() string

Directories

Path Synopsis
Package question provides functions for printing questions and validate answers.
Package question provides functions for printing questions and validate answers.
Package valid validates strings of text.
Package valid validates strings of text.

Jump to

Keyboard shortcuts

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