Commit Graph

5125 Commits

Author SHA1 Message Date
astaxie
cf3f6e6728 Merge pull request #1145 from mrasskazov/patch-1
Fix Russian regex
2021-01-15 23:16:46 +08:00
astaxie
086e35f02f Merge pull request #1144 from ThomasCaud/patch-1
FIx typo (fr)
2021-01-15 23:12:46 +08:00
astaxie
dea0bc6f54 Merge pull request #1142 from mflaxman/patch-1
bugfix
2021-01-15 23:12:26 +08:00
astaxie
e33737ee66 Merge pull request #1132 from rnazmo/fix-typo
Fix typo in /ja/12.4.md
2021-01-15 23:11:54 +08:00
astaxie
715481b315 Merge pull request #1131 from JustZyx/fix-zh-preface
style(zh/preface.md):add indentation for secondary title
2021-01-15 23:11:37 +08:00
astaxie
7c9221ce39 Merge pull request #1124 from ebiiim/patch-1
[ja] fix typo
2021-01-15 23:10:29 +08:00
astaxie
64ff81efc6 Merge pull request #1119 from yaserazfar/error-reassigned
Add error checking where err variable assigned but not checked
2021-01-15 23:10:12 +08:00
Max Rasskazov
576b98f698 Update 04.2.md 2020-07-21 12:24:44 +04:00
Thomas Caudrelier
dfe501b08f Update 01.0.md 2020-06-23 22:47:41 +02:00
Michael Flaxman
03743fe2ef bugfix
You can see how the previous version was invalid here:
https://play.golang.org/p/IthX3cWv_V7
```
./prog.go:25:9: assignment mismatch: 2 variables but strconv.Itoa returns 1 values
./prog.go:25:25: cannot use "1023" (type untyped string) as type int in argument to strconv.Itoa
```
2020-06-16 17:37:13 -05:00
astaxie
5d43949b09 Merge pull request #1135 from isikhi/tr-02.6
Section 02.6 turkish language support added.
2020-05-29 10:12:00 +08:00
astaxie
90c6b671e2 Merge pull request #1113 from danbaixi/patch-1
Update 05.5.md
2020-05-29 10:03:50 +08:00
astaxie
aafdb1dfcf Merge pull request #1112 from jonaustin/patch-1
update godoc -> go doc for cli output
2020-05-29 10:02:28 +08:00
isikhi
a64bad5b31 Section 02.6 turkish language support added. 2020-04-11 16:21:31 +03:00
rnazmo
b225f424e9 Fix typo in /ja/12.4.md 2020-03-31 22:29:20 +09:00
zhuangyongxin
91a9471e6b style(zh/preface.md):add indentation for secondary title 2020-03-17 21:33:27 +08:00
ebiiim
b257246a3e [ja] fix typo 2020-02-20 23:32:00 +09:00
Yaser Azfar
c554529df5 add err checking for places where an error variable was assigned but not checked 2019-12-03 15:56:58 +13:00
danbaixi
e574226618 Update 05.5.md
在学习中发现最新版的beego常量是驼峰写法,以前是下划线
2019-10-31 14:47:33 +08:00
Jon Austin
9e1b5b5461 update godoc -> go doc for cli output
I'm new to Go, but far as I can tell this is the correct way to do this now; at least e.g. `godoc builtin` just returns the godoc help info.
2019-10-06 15:58:26 -07:00
astaxie
606abd586a Merge pull request #1111 from brchiu/correct-zh-tw-translation-chapter-2
Editorial changes for chapter 2 (zh-tw)
2019-09-18 23:55:40 +08:00
Bi-Ruei, Chiu
8efb279dcf Editorial changes for chapter 2
1. Add suitable space and colon
2. Change some parenthesis to full-width
2. Remove unnecessary numbering
2019-09-16 22:57:35 +08:00
astaxie
185905f0c6 Merge pull request #1110 from hjlarry/patch-1
fix type error
2019-09-16 13:25:03 +08:00
astaxie
0b69db0094 Merge pull request #1106 from easonyq/master
Update 08.1.md
2019-09-16 13:13:33 +08:00
非法操作
cf783dfd4f fix type error 2019-09-16 11:46:04 +08:00
Yisheng Wang
cbd1fff69b Update 08.1.md
修改一处错别字
2019-07-29 15:34:13 +08:00
astaxie
9a0f4c96d5 Merge pull request #1098 from genc-murat/master
Added section 2.5(Object-oriented) Turkish translation
2019-07-27 16:40:55 +08:00
astaxie
9bdc417e11 Merge pull request #1105 from kay07/master
Update 08.2.md
2019-07-27 16:40:23 +08:00
kay07
bb73835568 Update 08.2.md 2019-07-25 13:37:12 +08:00
murat.genc
af3cd186c0 Update 02.5.md
section 02.5 (object-oriented) added
2019-07-08 09:10:01 +03:00
Murat
b5167c40bb Update 02.5.md
02.5 devam
2019-07-07 23:35:53 +03:00
murat.genc
b6536b388d 02.5 object-oriented 2019-07-06 19:24:27 +03:00
astaxie
521cbbdcdc Merge pull request #1097 from brchiu/zh-tw-correct-link-section
Correct link section of zh-tw version translation
2019-06-24 17:08:14 +08:00
Bi-Ruei, Chiu
9fa89a44aa Correct link section of zh-tw version translation 2019-06-22 23:41:28 +08:00
astaxie
14c733b987 Merge pull request #1096 from shuuji3/fix-github-spelling
Replace the spelling of `github` and `Github` with `GitHub`
2019-06-21 08:32:52 +08:00
astaxie
a1b4e8b324 Merge pull request #1094 from chughpiyush/goland-fix
Fixed GoLand typo and added GoLand in Summary pages where it was missing.
2019-06-21 08:32:35 +08:00
astaxie
2bca9b8760 Merge pull request #1093 from rikoroku/fix-ja/02.5.md
fix error that [undefined: by] in ja/02.5.md
2019-06-21 08:31:41 +08:00
astaxie
385391bf8b Merge pull request #1092 from hjlarry/patch-1
Update 05.5.md
2019-06-21 08:31:05 +08:00
astaxie
9b4cb791c9 Merge pull request #1072 from tilics/master
update socket编程部分 readAll -> read
2019-06-21 08:30:00 +08:00
TAKAHASHI Shuuji
02bf9fc253 Replace the spellings of github/Github with GitHub 2019-06-17 06:52:04 +09:00
Piyush Chugh
1067745e8c Fixed GoLand typo and added GoLand in Summary pages where it was missing. 2019-06-13 18:19:47 +05:30
rikoroku
3d13cc76f6 ja/02.5.md: fix error that [undefined: by] 2019-06-01 12:52:53 +09:00
非法操作
176e409ebe Update 05.5.md
修改文档中的拼写错误
2019-05-31 14:48:24 +08:00
astaxie
f939c7e6cb Merge pull request #1089 from run6/master
邮箱验证的正则有误
2019-05-20 22:18:12 +08:00
astaxie
a915fcb079 Merge pull request #1087 from anonymone/master
Fix Markdown error in displaying in en/02.3 & 02.4
2019-05-20 22:17:41 +08:00
astaxie
8694768648 Merge pull request #1084 from cia-rana/fix-inconsistency
Fix inconsistent elements in English
2019-05-20 22:17:22 +08:00
astaxie
2bf2a8f0f2 Merge pull request #1083 from cia-rana/update-ja-preface
Update ja preface
2019-05-20 22:16:54 +08:00
astaxie
e8bca91d7c Merge pull request #1082 from stupidfive/patch-2
Fix command not monospaced.
2019-05-20 22:16:23 +08:00
astaxie
3dbde4301d Merge pull request #1081 from drypa/patch-5
typos fix & code formatting
2019-05-20 22:16:07 +08:00
astaxie
f86595e37f Merge pull request #1080 from RomanSerikov/RomanSerikov-patch-2
Fix typo in /ru/02.2.md and mistake in /ru/02.3.md
2019-05-20 22:15:49 +08:00