- 22 Aug, 2014 5 commits
-
-
astaxie authored
-
astaxie authored
Add support for basic type pointer fields
-
astaxie authored
Update README
-
陈小玉 authored
-
Peter Fern authored
Allows models like: ``` type User struct { Id int64 Name string Email *string `orm:"null"` } ``` This helps a lot when doing JSON marshalling/unmarshalling. Pointer fields should always be declared with the NULL orm tag for sanity, this probably requires documentation.
-
- 21 Aug, 2014 2 commits
- 20 Aug, 2014 6 commits
- 19 Aug, 2014 3 commits
- 18 Aug, 2014 13 commits
-
-
astaxie authored
Update httplib support read data from response buffer, add some testcase...
-
smallfish authored
-
smallfish authored
-
astaxie authored
-
astaxie authored
-
astaxie authored
-
astaxie authored
rename SetAgent and ToXML, and update some testcase
-
smallfish authored
-
smallfish authored
-
astaxie authored
-
astaxie authored
-
astaxie authored
-
astaxie authored
-
- 17 Aug, 2014 2 commits
- 16 Aug, 2014 3 commits
- 15 Aug, 2014 6 commits