fmt2

package
v0.3.5 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package fmt2 puts some fmt-Package methods into an interface.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Printer

type Printer interface {
	Println(i ...interface{})
	Printf(format string, i ...interface{})
}

Printer includes methods which mirror the fmt package.

func DefaultPrinter

func DefaultPrinter() Printer

DefaultPrinter prints with fmt.

Jump to

Keyboard shortcuts

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