Discover Packages
gotest.tools/gotestsum
internal
dotwriter
package
Version:
v1.9.0
Opens a new window with list of versions in this module.
Published: Jan 14, 2023
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
This package contains a striped down and modified version of
https://github.com/gosuri/uilive. The original package did not work with
terminal colors, and had some bits that were unnecessary for gotestsum.
Expand ▾
Collapse ▴
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
Package dotwriter implements a buffered Writer for updating progress on the
terminal.
ESC is the ASCII code for escape character
Writer buffers writes until Flush is called. Flush clears previously written
lines before writing new lines from the buffer.
Flush the buffer, writing all buffered lines to out
Write saves buf to a buffer
Source Files
¶
Click to show internal directories.
Click to hide internal directories.