mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-01 01:41:21 -05:00
356 B
356 B
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/...