Commit Graph

2280 Commits

Author SHA1 Message Date
John
48b1d616c5 update code format for gtime 2019-05-07 10:22:50 +08:00
John Guo
693c37d6d6
Merge pull request #116 from jroam/master
add some var flags gtime.format
2019-05-07 10:18:22 +08:00
jroam
d525c04826 公开几个常用功能方法 2019-05-06 15:03:14 +08:00
John
c170edbdfc add ghttp.Request.GetUrl to get current request URL 2019-05-06 13:52:34 +08:00
John
66e40155a9 add http/https scheme for log of ghttp.Server; add transport setting to ignore tls cert for ghttp.Client; version updates 2019-05-06 09:35:39 +08:00
John
59ad1a9b00 fix issue in incorrect every running logics of gcron.AddOnce 2019-05-05 22:57:13 +08:00
jroam
a5b536e218 去掉不常用参数e 2019-05-05 22:49:52 +08:00
John
0e6c2e790d copy mysql driver to third folder 2019-05-04 23:02:07 +08:00
jroam
5761e73061 优化一些参数性能 2019-05-04 18:14:05 +08:00
John
34c761e9db rename mysql driver from 'mysql' to 'gf-mysql' to avoid multiple imports error 2019-05-04 00:25:02 +08:00
John
87e3813636 remove go-sql-driver-mysql from third, add Register function to manually register 'mysql' driver 2019-05-04 00:10:02 +08:00
John
361ff0315c version updates 2019-05-03 17:04:42 +08:00
John
2bb227d058 update gtcp exxamples 2019-05-03 15:47:25 +08:00
John
99dc69e839 update gtcp exxamples 2019-05-03 13:28:27 +08:00
yybjroam@qq.com
d78fde8099 edit a func's name 2019-04-30 22:31:52 +08:00
jroam
5d0c8956d6 edit some errs and fmt some codes 2019-04-30 11:45:26 +08:00
John
c9537af062 add package feature for gudp; gtcp updates 2019-04-29 23:54:47 +08:00
jroam
dfb5b3a8ce
Merge pull request #15 from gogf/master
日常更新
2019-04-29 14:30:24 +08:00
jroam
a177e44583 edit some infos 2019-04-29 14:29:33 +08:00
John
7ae03729f3 add package support for gtcp 2019-04-28 23:55:23 +08:00
jroam
898ec21a25 del mod contents of 'go1.12' 2019-04-28 23:00:07 +08:00
jroam
6d7d8dec02 add var 'e' of gtime.format 2019-04-28 22:53:03 +08:00
John
ea7e2ec5ec remove go version limit in go.mod 2019-04-28 21:10:22 +08:00
jroam
a5b8e2aa2f add var 'w' of gtime.format 2019-04-28 18:12:43 +08:00
jroam
123333d9c2 edit some info 2019-04-27 22:59:06 +08:00
jroam
0c4fa1d96a fmt files 2019-04-27 22:50:44 +08:00
jroam
e5805e8c69 Merge branch 'master' of https://github.com/jroam/gf 2019-04-27 22:44:59 +08:00
jroam
bf2d45a012 add gtime.format var 't' 2019-04-27 22:37:36 +08:00
jroam
a7122788b1 add 'W' to gtime.format func(doing) 2019-04-26 17:52:45 +08:00
John
237c58f2b0 Merge branch 'master' of https://github.com/gogf/gf 2019-04-26 13:46:47 +08:00
John
efa23e4a1d README updates 2019-04-26 13:46:42 +08:00
John Guo
c109cee7ef
Merge pull request #115 from touzijiao/master
Merge pull request #115 from touzijiao/master
2019-04-26 13:44:51 +08:00
Ziwen Chen
e111d39c54 测试文件 2019-04-26 10:38:27 +08:00
John
66306464e1 add Pop/Pops functions for gset 2019-04-26 08:57:48 +08:00
John
dd34ac1722 add build-in function 'eq/ne/lt/le/gt/ge' for gview to replace the same functions in stdlib 2019-04-25 23:23:24 +08:00
John
34cb222b33 remove temprary function map parameter for gview when parsing template file and content 2019-04-25 22:14:20 +08:00
jroam
a0276f7e81 add param 'z' to gtime.format func 2019-04-24 23:12:48 +08:00
John
d39ef156de garray updates 2019-04-24 22:23:32 +08:00
John
f464dc7fb8 add NewFrom/NewIntSetFrom/NewStringSetFrom functions for gset; add more example for gset 2019-04-24 18:52:24 +08:00
John
d29b27a5df add Merge/Sum functions for gset 2019-04-24 18:15:50 +08:00
jroam
5346ca9046 use golint checked 2019-04-24 18:08:10 +08:00
jroam
6d5b552bb7 add param of 'N','s' to gtime.format 2019-04-24 18:03:29 +08:00
John Guo
aadc6aa504
Merge pull request #114 from proptypes/master
fix: #112
2019-04-24 14:07:37 +08:00
Shier
e8c3dfa13e fix: #112
closes #112
2019-04-24 11:31:13 +08:00
jroam
836d62f4aa
Merge pull request #14 from gogf/master
日常更新
2019-04-24 09:34:50 +08:00
John
9eea93cc6e change param type from string to interface{} for ghttp.ClientRequest 2019-04-23 20:12:44 +08:00
John
308cb55b6b version updates 2019-04-23 19:44:28 +08:00
John
75ada78f8f remove parameter bind from ghttp.RouterGroup.Bind 2019-04-23 19:39:35 +08:00
John
ecd86e3a12 add layout example for package gview 2019-04-23 19:11:38 +08:00
John Guo
c1aa5eb717
Merge pull request #98 from qq976739120/gmap-test
新增测试方法
2019-04-23 18:56:58 +08:00