strconv

package
v0.0.0-...-e7f8917 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2017 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Exports = map[string]interface{}{
	"_name": "strconv",

	"IntSize": strconv.IntSize,

	"ErrRange":  strconv.ErrRange,
	"ErrSyntax": strconv.ErrSyntax,

	"appendBool":             strconv.AppendBool,
	"appendFloat":            strconv.AppendFloat,
	"appendInt":              strconv.AppendInt,
	"appendQuote":            strconv.AppendQuote,
	"appendQuoteRune":        strconv.AppendQuoteRune,
	"appendQuoteRuneToASCII": strconv.AppendQuoteRuneToASCII,
	"appendQuoteToASCII":     strconv.AppendQuoteToASCII,
	"appendUint":             strconv.AppendUint,
	"atoi":                   strconv.Atoi,
	"canBackquote":           strconv.CanBackquote,
	"formatBool":             strconv.FormatBool,
	"formatFloat":            strconv.FormatFloat,
	"formatInt":              strconv.FormatInt,
	"formatUint":             strconv.FormatUint,
	"isPrint":                strconv.IsPrint,
	"itoa":                   strconv.Itoa,
	"parseBool":              strconv.ParseBool,
	"parseFloat":             strconv.ParseFloat,
	"parseInt":               strconv.ParseInt,
	"parseUint":              strconv.ParseUint,
	"quote":                  strconv.Quote,
	"quoteRune":              strconv.QuoteRune,
	"quoteRuneToASCII":       strconv.QuoteRuneToASCII,
	"quoteToASCII":           strconv.QuoteToASCII,
	"unquote":                strconv.Unquote,
	"unquoteChar":            strconv.UnquoteChar,
}

Exports is the export table of this module.

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