iotest 包

参考 Golang 官网文档 学习。

导入语句:import "testing/iotest"

概述

iotest 包实现了主要用于 testing 的 Reader 和 Writer。

索引

参考

相关