Initial QSfera import
This commit is contained in:
+29
@@ -0,0 +1,29 @@
|
||||
# Stdio
|
||||
|
||||
`stdio` provide some standard IO util functions.
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
go get github.com/gookit/goutil/x/stdio
|
||||
```
|
||||
|
||||
## Go docs
|
||||
|
||||
- [Go docs](https://pkg.go.dev/github.com/gookit/goutil/x/stdio)
|
||||
|
||||
## Usage
|
||||
|
||||
Please see tests.
|
||||
|
||||
## Testings
|
||||
|
||||
```shell
|
||||
go test -v ./stdio/...
|
||||
```
|
||||
|
||||
Test limit by regexp:
|
||||
|
||||
```shell
|
||||
go test -v -run ^TestSetByKeys ./stdio/...
|
||||
```
|
||||
Reference in New Issue
Block a user