- 16 May, 2014 1 commit
-
-
astaxie authored
-
- 15 May, 2014 2 commits
-
-
astaxie authored
[important] bug fixed
-
jessonchan authored
-
- 14 May, 2014 2 commits
-
-
astaxie authored
refactor func
-
jessonchan authored
-
- 09 May, 2014 2 commits
- 08 May, 2014 2 commits
- 28 Apr, 2014 1 commit
-
-
astaxie authored
-
- 14 Apr, 2014 2 commits
- 12 Apr, 2014 1 commit
-
-
astaxie authored
-
- 11 Apr, 2014 1 commit
-
-
astaxie authored
-
- 10 Apr, 2014 3 commits
- 09 Apr, 2014 7 commits
-
-
astaxie authored
// Bind data from request.Form[key] to dest // like /?id=123&isok=true&ft=1.2&ol[0]=1&ol[1]=2&ul[]=str&ul[]=array&user.Name= astaxie // var id int beegoInput.Bind(&id, "id") id ==123 // var isok bool beegoInput.Bind(&isok, "isok") id ==true // var ft float64 beegoInput.Bind(&ft, "ft") ft ==1.2 // ol := make([]int, 0, 2) beegoInput.Bind(&ol, "ol") ol ==[1 2] // ul := make([]string, 0, 2) beegoInput.Bind(&ul, "ul") ul ==[str array] // user struct{Name} beegoInput.Bind(&user, "user") user == {Name:"astaxie"}
-
https://github.com/astaxie/beegoastaxie authored
-
astaxie authored
-
astaxie authored
Make the Maxage Config of cookie session work
-
astaxie authored
Fix/cache test
-
Lin Luxiang authored
-
Donald Zhan authored
-
- 08 Apr, 2014 3 commits
- 07 Apr, 2014 1 commit
-
-
astaxie authored
-
- 05 Apr, 2014 5 commits
- 04 Apr, 2014 7 commits