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

https://github.com/alswl/aios

Abstract IO Streams(fork from github.com/cli/cli)
https://github.com/alswl/aios

Last synced: 10 months ago
JSON representation

Abstract IO Streams(fork from github.com/cli/cli)

Awesome Lists containing this project

README

          

# aios

Abstract IO Streams(fork from github.com/cli/cli)

## How to use

```go
// in production
import "github.com/alswl/aios"

ios := aios.System()

// in testing
import "github.com/alswl/aios"

ios, stdin, stdout, stderr := aios.Test()
```

Read [MANUAL.md](./MANUAL.md) for more details please.