Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 626 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 626 Bytes

term.go

Go Reference

Term.go is a simple, yet powerful ASCII terminal library for Go.

Usage

  • The easiest way to use term.go is by using go get go get -u https://github.com/CiviledCode/term.go, but you can manually clone the source too.

  • For API usage, please refer to the test package, as the tests provide proper examples for every containing package.

Contribution

  • Contributions are welcome and encouraged, so if you come across an issue either create an issue or submit a new PR.