code

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotValidBaseInt = errors.New("not a valid numeric base (0 or 2..32)")

ErrNotValidBaseInt is returned when we're told to interpret a character sequence as a number in a base system which we don't support. We support natural number bases between 2 and 32 inclusive, or 0 to imply auto-detection via normal Golang rules.

View Source
var ErrUnknownCodepoint = errors.New("unknown character codepoint")

ErrUnknownCodepoint means the specified codepoint is not assigned

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