Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 356 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 356 Bytes

Stdio

stdio provide some standard IO util functions.

Install

go get github.com/gookit/goutil/stdio

Go docs

Usage

Please see tests.

Testings

go test -v ./stdio/...

Test limit by regexp:

go test -v -run ^TestSetByKeys ./stdio/...