Commit Graph

5140 Commits

Author SHA1 Message Date
0uep
85f6881fe9 Add SameSite in Cookie struct
Go source code v1.15 contains SameSite: https://golang.org/src/net/http/cookie.go

Also remove unnecessary code source indentation.
2021-02-07 03:01:27 +01:00
astaxie
e2bce6fb1f Merge pull request #1153 from attilanagy/fix_type_in_04_1
Fix the type of request.Form in 04.1
2021-01-15 23:20:45 +08:00
astaxie
153ba61ccd Merge pull request #1149 from vcaesar/u1-pr
Update incorrect and outdated content
2021-01-15 23:19:35 +08:00
astaxie
97f42babd1 Merge pull request #1148 from xmhealth/patch-2
Fix driver.Result description
2021-01-15 23:18:15 +08:00
astaxie
33ce7ee9f8 Merge pull request #1147 from chunmeng/fix_money_locale_code
ref: fix money locale example
2021-01-15 23:17:48 +08:00
astaxie
22c3cded08 Merge pull request #1146 from zwfang/fix-typo
Fix typo
2021-01-15 23:17:16 +08:00
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
Attila Nagy
255080df3a Fix the type of request.Form in 04.1 2020-09-23 15:09:47 +02:00
vcaesar
70469f5bc7 update develop tools zh/01.4m 2020-08-09 06:37:56 -04:00
vcaesar
b6ad1c0842 update summary.md 2020-08-09 06:36:58 -04:00
vcaesar
6cf45d667a add go module support zh/01.2.md 2020-08-09 06:35:49 -04:00
vcaesar
eb67208433 update go install zh/01.1.md 2020-08-09 06:34:02 -04:00
xmhealth
7ab2e019ef Fixed driver.Result description
driver.Result的RowsAffected函数返回执行Update/Insert等操作影响的数据条目数
2020-08-06 21:37:06 +08:00
Zhaowei Fang
0139abcfca Fix typo in zh/09.1.md 2020-08-04 08:51:54 +08:00
chunmeng
37ad8ab2bc ref: fix money locale example 2020-08-03 20:59:08 +08:00
Zhaowei Fang
d996dd288c Fix typo in zh/06.1.md 2020-07-28 08:55:20 +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