Commit Graph

741 Commits

Author SHA1 Message Date
astaxie
c7357facd2 fix #192 2013-06-15 23:45:59 +08:00
astaxie
d540d0699c fix #196 2013-06-15 23:42:44 +08:00
astaxie
f401f99570 fix #208 2013-06-15 23:40:24 +08:00
astaxie
778f63ca47 fix #210 2013-06-15 23:17:39 +08:00
astaxie
7cf12c8deb Merge pull request #209 from cyfdecyf/master
Fix build script
2013-06-10 19:48:17 -07:00
Chen Yufei
a448224a45 Fix build script.
- Change shell path and file mode
- go get md2min instead of blackfriday
2013-06-10 13:44:18 +08:00
astaxie
e0ce7cd79b Merge pull request #206 from syhou/master
修正:处理TCP连接的goroutine在退出前关闭连接
2013-06-03 07:12:43 -07:00
Reckhou
dc03848961 修正:处理TCP连接的goroutine在退出前关闭连接 2013-06-03 15:19:33 +08:00
Shuaiying Hou
0a8638c699 Merge pull request #1 from astaxie/master
Update from head repo
2013-06-03 00:10:45 -07:00
astaxie
8c5e0a9585 Merge pull request #205 from yinpeng/master
修正go-sql-driver/mysql地址
2013-05-30 18:55:32 -07:00
Yin Peng
0d1c41521e 修正go-sql-driver的地址
使用go get github.com/Go-SQL-Driver/MySQL获取时会报错,检查后发现确切的地址应该全是小写的。
2013-05-31 10:05:22 +09:00
astaxie
adf2ce9e19 Merge pull request #204 from songpeng1997/patch-2
Mac OS Sublime setting
2013-05-27 01:10:16 -07:00
astaxie
0caca6cab7 Merge pull request #203 from songpeng1997/patch-1
gvm use + 'default'
2013-05-27 01:09:52 -07:00
songpeng1997
4353d6329f 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
93f7f71cca gvm use + 'default'
avoid calling gvm use everytime
2013-05-27 00:12:45 +08:00
astaxie
a2dc577ab6 Merge pull request #202 from ernix/fix_typo
Fix typo: Emplyee => Employee
2013-05-26 01:23:33 -07:00
Shin Kojima
f1098a708d Fix typo: Emplyee => Employee 2013-05-26 15:08:01 +09:00
astaxie
9923acd24f Merge pull request #201 from tianyl1984/patch-1
Update 06.2.md
2013-05-25 18:58:48 -07:00
tianyl1984
b8e84df725 Update 06.2.md
修改几处笔误
2013-05-25 15:05:44 +08:00
astaxie
0453a6151d Merge pull request #200 from huzheng/patch-1
Update 05.2.md
2013-05-24 19:18:32 -07:00
huzheng
442069d719 Update 05.2.md
Data Source Name 缩写笔误成DNS了。。。
2013-05-25 08:34:48 +08:00
astaxie
80fdd806f5 update readme 2013-05-23 23:41:41 +08:00
astaxie
d4c770dd96 update readme 2013-05-23 23:38:02 +08:00
astaxie
af8c797a3c Merge pull request #199 from ybjnew/patch-2
Update 04.1.md
2013-05-20 07:19:27 -07:00
ybjnew
4972155abb Update 04.1.md
没必要,尽量使用相对地址才对
2013-05-20 16:19:22 +09:00
astaxie
1a73fc4b86 Merge pull request #197 from fyears/master
add some tips about installing
2013-05-19 05:39:59 -07:00
fyears
f2515abf0f add some useful tips about installation 2013-05-19 19:49:48 +08:00
astaxie
c0e5991716 Merge pull request #195 from syhou/master
修正示例代码中当客户端已关闭TCP连接时,服务端未及时关闭连接的问题
2013-05-13 01:01:52 -07:00
Reckhou
99e60f9d65 修正示例代码中当客户端已关闭TCP连接时,服务端未及时关闭连接的问题 2013-05-13 15:51:50 +08:00
astaxie
a3de4bb12c Merge pull request #193 from liusongsen/patch-3
{"Name":"Wednesday","Age":6,"Parents":["Gomez","Morticia"]}
2013-05-11 07:04:56 -07:00
astaxie
ab376d9083 Merge pull request #194 from fairlyblank/master
Let generated html files using github css style
2013-05-11 07:04:42 -07:00
fairlyblank
30de636dac use github css style 2013-05-11 02:00:05 +08:00
picker
01ed09c601 {"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
e32a724241 Merge pull request #191 from liusongsen/patch-2
Update 13.5.md
2013-05-06 01:34:48 -07:00
picker
4654714f48 Update 13.5.md
inputs := this.Input()
定义了不用 ,直接干掉吧
2013-05-06 15:14:21 +08:00
astaxie
190e308fad Merge pull request #190 from liusongsen/patch-1
Update 13.5.md
2013-05-06 00:05:27 -07:00
picker
bbca9355aa 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
710df9c5d4 Merge pull request #189 from syhou/master
添加服务端读取TCP请求内容和处理的部分
2013-04-30 18:02:09 -07:00
Reckhou
5c94b40a09 添加服务端读取TCP请求内容和处理的部分 2013-04-28 16:09:53 +08:00
astaxie
306a50318b Merge pull request #188 from syhou/master
使用更清晰的语句描述“控制TCP连接”一节
2013-04-28 00:59:22 -07:00
Reckhou
45a0465a41 修正格式 2013-04-28 15:31:37 +08:00
Reckhou
e99194b5f4 修正代码格式 2013-04-28 15:26:07 +08:00
Reckhou
a9745cd4a8 使用更清晰的语句描述“控制TCP连接”一节 2013-04-28 15:23:02 +08:00
astaxie
eb45cd5c22 Merge pull request #187 from s7v7nislands/master
fix typo
2013-04-27 07:49:59 -07:00
xbjiang
f496b73bc7 already support 64 bits int in 64bit cpu 2013-04-27 05:40:26 +08:00
xbjiang
c34dbb05c8 fix typo 2013-04-27 05:26:10 +08:00
astaxie
745c6f7502 Merge pull request #186 from better0332/patch-2
DialTimeout在net库中已经没了
2013-04-25 05:55:29 -07:00
better0332
89ad0c30b4 DialTimeout在net库中已经没了 2013-04-25 18:06:33 +08:00
astaxie
ba058c0674 Merge pull request #185 from fugr/master
文字编辑
2013-04-24 19:24:23 -07:00
Hubery
2ab406b8ab Update 07.1.md
文字编辑错误
2013-04-19 23:17:17 +08:00