Registry / utility / buger-goterm

buger-goterm

JSON →
library1.0.4gogounverified

Provides building blocks for advanced console UI, including color and coordinate system.

go get github.com/buger/goterm
INSTALL
IMPORT
SIG · BUGER-GOTERM
B
buger-goterm
utilitygov1.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

goterm
github.com/buger/goterm

Clear terminal and print at a specific position

package main import "github.com/buger/goterm" func main() { goterm.Clear() goterm.MoveCursor(1, 1) goterm.Println("Hello, world!") goterm.Flush() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
OpenAI (training)
1
Resources
buger-goterm — go get buger-goterm · libregistry