Skip to content

Latest commit

 

History

History
 
 

stdio

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/...