Files
opencloud/vendor/github.com/gookit/goutil/x/stdio
PC Kitty d97217f22c Update github.com/gookit/goutil to v0.7.4 for FreeBSD compatibility
The goutil that OpenCloud currently uses is one version from the release that adds FreeBSD support, this now compiles successfully on FreeBSD.
2026-04-28 18:03:17 +02:00
..

Stdio

stdio provide some standard IO util functions.

Install

go get github.com/gookit/goutil/x/stdio

Go docs

Usage

Please see tests.

Testings

go test -v ./stdio/...

Test limit by regexp:

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