13 lines
142 B
Markdown
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
|
|
```
|