1 Star 1 Fork 0

go-wena / wena

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
print.go 328 Bytes
一键复制 编辑 原始数据 按行查看 历史
k3x 提交于 2021-06-27 10:30 . -
package iox
//import (
// "fmt"
// "os"
//
// "gitee.com/go-wena/proc"
//)
//
//// PrintLine 逐行读取并打印
//func PrintLine(err bool) proc.ReadFunc {
// return proc.ReadByLine(func(line string) {
// if err {
// _, _ = fmt.Fprintf(os.Stderr, line)
// } else {
// _, _ = fmt.Fprintf(os.Stdout, line)
// }
// })
//}
Go
1
https://gitee.com/go-wena/wena.git
git@gitee.com:go-wena/wena.git
go-wena
wena
wena
v0.0.4

搜索帮助