learn-go-with-tests
learn-go-with-tests copied to clipboard
Learn Go with test-driven development.《通过测试驱动开发学习 Go 语言》中文翻译
fix: change HelloPrefix to englishHelloPrefix
hello.md Go doc节,增加尾段的翻译 原文:[Go doc](https://github.com/quii/learn-go-with-tests/blob/main/hello-world.md#go-doc) arrays-and-slices.md Refactor节,第二段更换表述 原文地址:[Refactor](https://github.com/quii/learn-go-with-tests/blob/main/arrays-and-slices.md#refactor-1) maps.md Pointers,copies,et al 节,代码错误 原文:[Pointers, copies, et al](https://github.com/quii/learn-go-with-tests/blob/main/maps.md#pointers-copies-et-al) maps.md Refactor节,增加尾段翻译 原文:[Refactor](https://github.com/quii/learn-go-with-tests/blob/main/maps.md#refactor-3) 以及 maps.md 中,几处 `Create` 修改为 `Add` [1](https://github.com/quii/learn-go-with-tests/blob/main/maps.md#write-enough-code-to-make-it-pass-4) [2](https://github.com/quii/learn-go-with-tests/blob/main/maps.md#write-enough-code-to-make-it-pass-6)
修改几处错误表达( `Create`方法应为`Add`方法)
添加sync部分的翻译(待完成)