An open API service indexing awesome lists of open source software.

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

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
}
```