strconv

package
v1.9.1 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2023 License: OSL-3.0 Imports: 5 Imported by: 0

README

fmt

what do we call this? we dont want to use:

fmt

because we are implementing fmt.Stringer. maybe one of these:

encoding
strconv

or something else?

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Binary_Data

func Binary_Data(r rune) bool

I originally used: mimesniff.spec.whatwg.org#binary-data-byte but it fails with: fileformat.info/info/unicode/char/1b

func Decode added in v1.8.0

func Decode(src string) ([]byte, error)

func Encode

func Encode(src []byte) string

Types

type Cardinal added in v1.6.2

type Cardinal float64

func (Cardinal) String added in v1.6.2

func (c Cardinal) String() string

type Percent added in v1.6.2

type Percent float64

func (Percent) String added in v1.6.2

func (p Percent) String() string

type Rate added in v1.6.2

type Rate float64

func (Rate) String added in v1.6.2

func (r Rate) String() string

type Size added in v1.6.2

type Size float64

func (Size) String added in v1.6.2

func (s Size) String() string

Jump to

Keyboard shortcuts

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