https://github.com/dmowcomber/go-clear
a go library to clear the screen
https://github.com/dmowcomber/go-clear
Last synced: 2 months ago
JSON representation
a go library to clear the screen
- Host: GitHub
- URL: https://github.com/dmowcomber/go-clear
- Owner: dmowcomber
- Created: 2017-09-07T21:18:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T21:26:47.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T23:31:38.381Z (4 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-clear
a go library to clear the screen
```go
import "github.com/dmowcomber/go-clear"func main() {
clear.Clear() // this returns an error if you're on an unsupported os
}
```