feedback

package
v0.0.0-...-5811ad1 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2025 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package feedback provides feedback to the user.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Error

func Error(v ...interface{})

Error behaves like fmt.Print but adds a prefix, newline and also logs the error.

func Errorf

func Errorf(format string, v ...interface{})

Errorf behaves like fmt.Printf but adds a newline and also logs the error.

func Print

func Print(v ...interface{})

Print behaves like fmt.Print but only prints when output format is set to `text`.

func Printf

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

Printf behaves like fmt.Printf but only prints when output format is set to `text`.

func Println

func Println(v ...interface{})

Println behaves like fmt.Println but only prints when output format is set to `text`.

func VerbosePrint

func VerbosePrint(v ...interface{})

VerbosePrint behaves like Print but only prints when verbosity is enabled.

func VerbosePrintf

func VerbosePrintf(format string, v ...interface{})

VerbosePrintf behaves like Printf but only prints when verbosity is enabled.

func VerbosePrintln

func VerbosePrintln(v ...interface{})

VerbosePrintln behaves like Println but only prints when verbosity is enabled.

Types

This section is empty.

Jump to

Keyboard shortcuts

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