fmt

package
v0.0.0-...-377a6f8 Latest Latest
Warning

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

Go to latest
Published: May 18, 2024 License: Apache-2.0 Imports: 3 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FMT

type FMT struct{}

func (FMT) Append

func (_ FMT) Append(b []byte, a ...interface{}) []byte

func (FMT) Appendf

func (_ FMT) Appendf(b []byte, f string, a ...interface{}) []byte

func (FMT) Appendln

func (_ FMT) Appendln(b []byte, a ...interface{}) []byte

func (FMT) Fprint

func (_ FMT) Fprint(w io.Writer, a ...interface{}) (int, error)

func (FMT) Fprintf

func (_ FMT) Fprintf(w io.Writer, f string, a ...interface{}) (int, error)

func (FMT) Fprintln

func (_ FMT) Fprintln(w io.Writer, a ...interface{}) (int, error)

func (FMT) Print

func (_ FMT) Print(a ...interface{})

func (FMT) Printf

func (_ FMT) Printf(f string, a ...interface{})

func (FMT) Println

func (_ FMT) Println(a ...interface{})

func (FMT) Sprintf

func (_ FMT) Sprintf(f string, a ...interface{}) string

func (FMT) Sprintln

func (_ FMT) Sprintln(a ...interface{}) string

Jump to

Keyboard shortcuts

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