package
0.2.0
Repository: https://github.com/vanadium/core.git
Documentation: pkg.go.dev

# Functions

FirstRuneToExportCase returns s with its first rune in uppercase if export is true, otherwise in lowercase.
FirstRuneToLower returns s with its first rune in lowercase.
FirstRuneToUpper returns s with its first rune in uppercase.
NewErrors returns a new Errors object, holding up to max errors.
SetVerbose tells the vdl package (and subpackages) to enable verbose logging.
toConstCase converts ThisString to THIS_STRING.

# Variables

Vlog is a logger that discards output by default, and only outputs real logs when SetVerbose is called.

# Structs

Errors holds a buffer of encountered errors.