add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,20 +1,20 @@
# go clean
> 移除目标文件和缓存文件。
> 更多信息:<https://golang.org/cmd/go/#hdr-Remove_object_files_and_cached_files>.
> 删除对象文件和缓存文件。
> 更多信息:<https://golang.org/cmd/go/#hdr-Remove_object_files_and_cached_files>
- 打印除命令而不会真正移除任何东西
- 打印除命令而不实际删除任何内容
`go clean -n`
- 删除编译缓存:
- 删除构建缓存:
`go clean -cache`
- 删除所有测试结果缓存
- 删除所有缓存的测试结果:
`go clean -testcache`
- 删除模块缓存:
`go clean -modcache`
`go clean -modcache`