repositorypackage
0.0.0-20170907212426-78a189996cad
Repository: https://github.com/dmowcomber/go-clear.git
Documentation: pkg.go.dev
# README
go-clear
a go library to clear the screen
import "github.com/dmowcomber/go-clear"
func main() {
clear.Clear() // this returns an error if you're on an unsupported os
}