astaxie
|
db5bd7d116
|
Merge pull request #977 from GeorgeYan/master
Fix: database define column different with query column
|
2018-04-20 17:00:15 +08:00 |
|
GeorgeYan
|
0097fbb767
|
change departname to department
|
2018-04-04 17:55:43 +08:00 |
|
李铁柱
|
8ba1885989
|
Fix bug: no ")" on line 71
|
2018-04-04 15:16:27 +08:00 |
|
李铁柱
|
760bcda8f8
|
Fix bug: Add bufio import
|
2018-04-04 15:07:28 +08:00 |
|
windard
|
e0630852b7
|
fix typo
|
2018-03-19 15:44:27 +08:00 |
|
Xingang Zhang
|
e1d460c4cc
|
typo: 即 --> 既
|
2018-03-01 22:51:42 +08:00 |
|
astaxie
|
359a0d093a
|
Merge pull request #961 from Lcrnice/master
Fix text
|
2018-02-24 21:15:02 +08:00 |
|
astaxie
|
c2e889255b
|
Merge pull request #955 from overcat/patch-1
spelling mistake
|
2018-02-24 21:14:18 +08:00 |
|
astaxie
|
42047921d1
|
Merge pull request #953 from zhilijiqi/patch-7
Update 10.3.md
|
2018-02-24 21:13:28 +08:00 |
|
astaxie
|
9d293af38f
|
Merge pull request #952 from zhilijiqi/patch-6
Update 10.2.md
|
2018-02-24 21:12:59 +08:00 |
|
astaxie
|
1313cdec05
|
Merge pull request #951 from zhilijiqi/patch-5
Update 09.5.md
|
2018-02-24 21:09:45 +08:00 |
|
astaxie
|
e6f19ded59
|
Merge pull request #948 from zhilijiqi/patch-4
Update 05.6.md
|
2018-02-24 21:09:01 +08:00 |
|
astaxie
|
174c4e2689
|
Merge pull request #945 from zhilijiqi/patch-2
Update 05.5.md
|
2018-02-24 21:07:56 +08:00 |
|
astaxie
|
e867f9c59c
|
Merge pull request #946 from zhilijiqi/patch-3
Update 05.5.md
|
2018-02-24 21:07:09 +08:00 |
|
astaxie
|
22ddf325ba
|
Merge pull request #944 from isLishude/patch-2
fix url markdown
|
2018-02-24 21:00:37 +08:00 |
|
LiuChuanRui
|
157dc17aea
|
Fix text
|
2018-02-24 16:25:44 +08:00 |
|
overcat
|
61f1718103
|
spelling mistake
https://www.jetbrains.com/go/
|
2018-02-04 19:03:02 +08:00 |
|
zhilijiqi
|
090e5fcfd9
|
Update 10.3.md
文字调
|
2018-01-23 03:17:12 +00:00 |
|
zhilijiqi
|
cd83d37030
|
Update 10.2.md
1格式化货币函数调用错误,
2缺少路径分割符"/",
3页面引用错误,删除"VV."
|
2018-01-22 12:47:06 +00:00 |
|
zhilijiqi
|
f31fc75702
|
Update 09.5.md
重复字符
|
2018-01-22 06:22:52 +00:00 |
|
zhilijiqi
|
aade35f593
|
Update 05.6.md
多了一个逗号,不知道是否会引起错误
|
2018-01-15 09:33:49 +08:00 |
|
zhilijiqi
|
df858def31
|
Update 05.5.md
没有默认返回值,也没有 panic err
|
2018-01-11 18:25:41 +08:00 |
|
zhilijiqi
|
0dbbf27192
|
Update 05.5.md
1、init函数中mysql演示配置和下面不一致,容易引起误解
2、orm := orm.NewOrm(),命名冲突。报名和变量名冲突。
3、使用原生sql示例缺少包名orm,易引起误会
|
2018-01-11 18:18:48 +08:00 |
|
isLishude
|
cf2d86b448
|
fix url markdown
|
2018-01-09 21:32:48 +08:00 |
|
isLishude
|
ea012b2688
|
omit 2nd value from range
|
2018-01-09 19:16:40 +08:00 |
|
zhilijiqi
|
4acb53f116
|
int 和 string 使用 == 比较,可能会产生问题
```Go
slice:=[]string{"1","2"}
for _, v := range slice {
if v == r.Form.Get("gender") {
return true
}
}
return false
|
2018-01-08 11:38:34 +08:00 |
|
invzhi
|
8d3cb8c70e
|
Fix mistake in code
|
2018-01-02 15:07:07 +08:00 |
|
invzhi
|
d24d5c8e25
|
Merge remote-tracking branch 'upstream/master'
|
2018-01-02 15:00:37 +08:00 |
|
invzhi
|
378a143829
|
Use ',' instead of ','
|
2017-12-28 08:57:01 +08:00 |
|
yuansmin
|
301ef4b174
|
fix example User
|
2017-12-21 13:20:29 +08:00 |
|
invzhi
|
9ec8f82415
|
Merge remote-tracking branch 'upstream/master'
|
2017-12-18 21:28:13 +08:00 |
|
astaxie
|
b6e7b62f0f
|
Merge pull request #934 from yizhiheng/patch-1
Fix a little mistake in Chinese docs
|
2017-12-18 19:30:41 +08:00 |
|
astaxie
|
f3ed9164cc
|
Merge pull request #935 from invzhi/master
Update some code and tweak format details
|
2017-12-18 19:30:14 +08:00 |
|
starriv
|
e83062476f
|
Update 02.2.md
fix bug
|
2017-12-18 16:55:04 +08:00 |
|
invzhi
|
f221a62577
|
Add comma
|
2017-12-16 19:23:46 +08:00 |
|
invzhi
|
ba974656c6
|
Remove dead code
|
2017-12-12 20:43:31 +08:00 |
|
invzhi
|
ebd5fea9ed
|
Separate code from different package
|
2017-12-12 20:24:53 +08:00 |
|
invzhi
|
aaf5b4b109
|
Use ',' instead of ','
|
2017-12-12 20:23:13 +08:00 |
|
invzhi
|
a5adbc7e7e
|
Add space in comments
|
2017-12-12 19:46:12 +08:00 |
|
invzhi
|
ef86349c68
|
Rename 'maxlifetime' to 'maxLifeTime'
|
2017-12-12 19:30:41 +08:00 |
|
invzhi
|
d01f0230cb
|
Add space after ','
|
2017-12-12 19:24:22 +08:00 |
|
invzhi
|
b724060135
|
Update code
|
2017-12-12 19:22:53 +08:00 |
|
invzhi
|
75e5460ba9
|
Format
|
2017-12-12 09:05:59 +08:00 |
|
invzhi
|
69ff82cb10
|
Update code
|
2017-12-12 09:03:17 +08:00 |
|
Zhiheng Yi
|
212e740ec5
|
Update 03.1.md
|
2017-12-11 13:57:30 -05:00 |
|
invzhi
|
abc3961a5b
|
Fix abandoned usage: use 'rand.Read' instead of 'rand.Reader' to generate a random string
|
2017-12-11 20:58:15 +08:00 |
|
invzhi
|
ac119ccb0f
|
Use ',' instead of ','
|
2017-12-11 20:15:12 +08:00 |
|
invzhi
|
0e3809fc5c
|
Fix typo: provide -> provider
|
2017-12-11 20:13:23 +08:00 |
|
invzhi
|
d84a731d6c
|
Modify zh/06.1.md
|
2017-12-11 18:41:47 +08:00 |
|
astaxie
|
ef0d8b5693
|
Merge pull request #932 from invzhi/master
Fix typo: userdeatail -> userdetail
|
2017-12-10 18:24:02 +08:00 |
|