文章目录 小文件读取 按块读取大文件 并发读写文件样例 小文件读取 package main import ( "fmt" "io/ioutil" "os" ) func main() { f, err := os.Open