stringutil

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 24, 2021 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Errorf

func Errorf(format string, a ...interface{}) error

Errorf calls fmt.Errorf. During wasm builds it is replaced by a custom version.

func Fprintf

func Fprintf(w io.Writer, format string, a ...interface{}) (n int, err error)

Fprintf calls fmt.Fprintf. During wasm builds it is replaced by a custom version.

func Sprintf

func Sprintf(format string, a ...interface{}) string

Sprintf calls fmt.Sprintf. During wasm builds it is replaced by a custom version.

Types

type Stringer

type Stringer interface {
	String() string
}

Jump to

Keyboard shortcuts

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