Commit Graph

737 Commits

Author SHA1 Message Date
astaxie
215efcae58 Merge pull request #209 from cyfdecyf/master
Fix build script
2013-06-10 19:48:17 -07:00
Chen Yufei
f267dadbd8 Fix build script.
- Change shell path and file mode
- go get md2min instead of blackfriday
2013-06-10 13:44:18 +08:00
astaxie
e5d058649b Merge pull request #206 from syhou/master
修正:处理TCP连接的goroutine在退出前关闭连接
2013-06-03 07:12:43 -07:00
Reckhou
8c8af14ef9 修正:处理TCP连接的goroutine在退出前关闭连接 2013-06-03 15:19:33 +08:00
Shuaiying Hou
c590132e1f Merge pull request #1 from astaxie/master
Update from head repo
2013-06-03 00:10:45 -07:00
astaxie
1dfcbc69d0 Merge pull request #205 from yinpeng/master
修正go-sql-driver/mysql地址
2013-05-30 18:55:32 -07:00
Yin Peng
62850d9317 修正go-sql-driver的地址
使用go get github.com/Go-SQL-Driver/MySQL获取时会报错,检查后发现确切的地址应该全是小写的。
2013-05-31 10:05:22 +09:00
astaxie
c2b70a8951 Merge pull request #204 from songpeng1997/patch-2
Mac OS Sublime setting
2013-05-27 01:10:16 -07:00
astaxie
944f304b9e Merge pull request #203 from songpeng1997/patch-1
gvm use + 'default'
2013-05-27 01:09:52 -07:00
songpeng1997
bb4c77d45f Mac OS Sublime setting
Even after setting $GOPATH, $GOBIN, $GOROOT, autocomplete can't work.  

Open Sublime from terminal directly.
2013-05-27 00:24:22 +08:00
songpeng1997
77de0ed1ea gvm use + 'default'
avoid calling gvm use everytime
2013-05-27 00:12:45 +08:00
astaxie
ba86a96baa Merge pull request #202 from ernix/fix_typo
Fix typo: Emplyee => Employee
2013-05-26 01:23:33 -07:00
Shin Kojima
e2fc0481cb Fix typo: Emplyee => Employee 2013-05-26 15:08:01 +09:00
astaxie
d3afa58f52 Merge pull request #201 from tianyl1984/patch-1
Update 06.2.md
2013-05-25 18:58:48 -07:00
tianyl1984
e3fd56ef13 Update 06.2.md
修改几处笔误
2013-05-25 15:05:44 +08:00
astaxie
bf1976d85b Merge pull request #200 from huzheng/patch-1
Update 05.2.md
2013-05-24 19:18:32 -07:00
huzheng
fda5ba072f Update 05.2.md
Data Source Name 缩写笔误成DNS了。。。
2013-05-25 08:34:48 +08:00
astaxie
7410fd9a51 update readme 2013-05-23 23:41:41 +08:00
astaxie
bc4b3b7808 update readme 2013-05-23 23:38:02 +08:00
astaxie
3fc2559ff3 Merge pull request #199 from ybjnew/patch-2
Update 04.1.md
2013-05-20 07:19:27 -07:00
ybjnew
cf09e36cf0 Update 04.1.md
没必要,尽量使用相对地址才对
2013-05-20 16:19:22 +09:00
astaxie
9597a3ed7d Merge pull request #197 from fyears/master
add some tips about installing
2013-05-19 05:39:59 -07:00
fyears
3de731cbe2 add some useful tips about installation 2013-05-19 19:49:48 +08:00
astaxie
ec7ae2af5d Merge pull request #195 from syhou/master
修正示例代码中当客户端已关闭TCP连接时,服务端未及时关闭连接的问题
2013-05-13 01:01:52 -07:00
Reckhou
8feb49dcda 修正示例代码中当客户端已关闭TCP连接时,服务端未及时关闭连接的问题 2013-05-13 15:51:50 +08:00
astaxie
46342886cc Merge pull request #193 from liusongsen/patch-3
{"Name":"Wednesday","Age":6,"Parents":["Gomez","Morticia"]}
2013-05-11 07:04:56 -07:00
astaxie
ffd8a850a1 Merge pull request #194 from fairlyblank/master
Let generated html files using github css style
2013-05-11 07:04:42 -07:00
fairlyblank
ba897245c3 use github css style 2013-05-11 02:00:05 +08:00
picker
11d2597b73 {"Name":"Wednesday","Age":6,"Parents":["Gomez","Morticia"]}
ouput:Age is of a type I don't know how tu handle.
json numbers type  for go float64 type.
2013-05-08 23:09:57 +08:00
astaxie
86c996f5eb Merge pull request #191 from liusongsen/patch-2
Update 13.5.md
2013-05-06 01:34:48 -07:00
picker
8408e7de4b Update 13.5.md
inputs := this.Input()
定义了不用 ,直接干掉吧
2013-05-06 15:14:21 +08:00
astaxie
efaa43e02c Merge pull request #190 from liusongsen/patch-1
Update 13.5.md
2013-05-06 00:05:27 -07:00
picker
79c30d791e Update 13.5.md
func GetBlog(id int) (blog Blog) {
    db := GetLink()
    db.Where("id=?", id).Find(&blogs)
    return
}

models/cart.go:34: undefined: blogs
2013-05-06 15:04:26 +08:00
astaxie
9885ed185f Merge pull request #189 from syhou/master
添加服务端读取TCP请求内容和处理的部分
2013-04-30 18:02:09 -07:00
Reckhou
17fdc4332d 添加服务端读取TCP请求内容和处理的部分 2013-04-28 16:09:53 +08:00
astaxie
8a608dde11 Merge pull request #188 from syhou/master
使用更清晰的语句描述“控制TCP连接”一节
2013-04-28 00:59:22 -07:00
Reckhou
1d7f8bd4a1 修正格式 2013-04-28 15:31:37 +08:00
Reckhou
2faab375d5 修正代码格式 2013-04-28 15:26:07 +08:00
Reckhou
86a6bfb882 使用更清晰的语句描述“控制TCP连接”一节 2013-04-28 15:23:02 +08:00
astaxie
108bed2fa1 Merge pull request #187 from s7v7nislands/master
fix typo
2013-04-27 07:49:59 -07:00
xbjiang
f56c51e29d already support 64 bits int in 64bit cpu 2013-04-27 05:40:26 +08:00
xbjiang
d5a9807cb5 fix typo 2013-04-27 05:26:10 +08:00
astaxie
8f54846584 Merge pull request #186 from better0332/patch-2
DialTimeout在net库中已经没了
2013-04-25 05:55:29 -07:00
better0332
26b2eb40fc DialTimeout在net库中已经没了 2013-04-25 18:06:33 +08:00
astaxie
5a2cd3eb63 Merge pull request #185 from fugr/master
文字编辑
2013-04-24 19:24:23 -07:00
Hubery
fc00340235 Update 07.1.md
文字编辑错误
2013-04-19 23:17:17 +08:00
astaxie
b182c085cb Merge pull request #184 from wuwj-cn/master
Update 02.6.md
2013-04-14 06:31:28 -07:00
wuwj-cn
f4394379a4 拼写错误, YonggChap -> YongChap, 与示例代码保持一致 2013-04-14 20:36:11 +08:00
astaxie
7c16e133db Merge pull request #183 from semicircle/patch-1
Update 01.4.md
2013-04-13 18:21:56 -07:00
semicircle
331103eda9 Update 01.4.md
goeclipse -> goclipse
2013-04-14 01:48:56 +08:00