io

package
v10.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package io provides low-level access to operating system primitives in a way that works across different operating systems.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Printf

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

Printf prints the given text using fmt.Printf in a way where colors work on Windows.

func Println

func Println(a ...interface{})

Println prints the given text using fmt.Println in a way where colors work on Windows.

func PrintlnColor

func PrintlnColor(color *color.Color, messages ...interface{})

PrintlnColor prints using the given color function. If that doesn't work, it falls back to printing without color.

Types

This section is empty.

Jump to

Keyboard shortcuts

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