Commit Graph

12 Commits

Author SHA1 Message Date
marun
2ef3a0d6d2 邮箱验证的正则有误 2019-05-18 12:52:23 +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
a0a9d59969 Fix typo: banane -> banana 2017-11-30 21:41:31 +08:00
astaxie
c326429e2f Fix #871 2017-07-25 21:05:49 +08:00
vCaesar
ef3f50ef29 Format and remove 04.2.md spaces 2017-06-10 11:48:33 +08:00
Shuai Qi
aa24451f8f Update 04.2.md
go langue do not has a structure like for ... in ...
2017-04-08 14:37:13 +08:00
vCaesar
9d6ad88a42 Add 0.4.2.md syntax highlighting 2016-12-18 15:16:56 +08:00
iamybj
9f5da651db 这个方式更好
这个方式更好
2016-10-19 11:24:08 +08:00
astaxie
d1f2745f83 fix the conflict 2016-10-13 11:17:35 +08:00
James Miranda
0e89e09044 Merge branch 'master' of https://github.com/jameswpm/build-web-application-with-golang 2016-09-28 10:30:42 -03:00
astaxie
62bf78a342 modify the dir 2014-12-14 23:18:20 +08:00
astaxie
97738ec2a7 modify the dir 2014-12-14 23:18:20 +08:00