Files
Otter/README.md
2015-11-06 16:37:06 +08:00

13 lines
142 B
Markdown

# pseudo-terminal-go
## Install
```
go get github.com/carmark/pseudo-terminal-go/terminal
```
## Run a test
```
go build test.go
./test
```