mirror of
				https://github.com/gopl-zh/gopl-zh.github.com.git
				synced 2025-11-03 19:31:35 +00:00 
			
		
		
		
	fix typo
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
## 8.8. 示例: 并发的字典遍历
 | 
			
		||||
## 8.8. 示例: 并发的目录遍历
 | 
			
		||||
 | 
			
		||||
在本小节中,我们会创建一个程序来生成指定目录的硬盘使用情况报告,这个程序和Unix里的du工具比较相似。大多数工作用下面这个walkDir函数来完成,这个函数使用dirents函数来枚举一个目录下的所有入口。
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user