progress

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2019 License: MIT Imports: 4 Imported by: 3

README

progress

Neat progress indicators for Go CLI programs

Documentation

Index

Constants

View Source
const (
	ESC            = "\x1b["
	SAVE_CURSOR    = ESC + "s"
	RESTORE_CURSOR = ESC + "u"

	DEFAULT_BAR_WIDTH = 14
)

Variables

This section is empty.

Functions

func Bar

func Bar(maxCount int, width ...int) func(inc int)

func Series

func Series(maxCount int) func() string

Types

This section is empty.

Jump to

Keyboard shortcuts

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