add convenience function g.Client for ghttp.Client

This commit is contained in:
John
2020-03-29 09:52:37 +08:00
parent 8ecd62d3de
commit 4844eea0ab
5 changed files with 22 additions and 3 deletions

View File

@ -1,9 +1,10 @@
package main
import (
_ "github.com/gogf/gf/os/gres/testdata/example/boot"
"github.com/gogf/gf/frame/g"
"github.com/gogf/gf/net/ghttp"
_ "github.com/gogf/gf/os/gres/testdata/example/boot"
)
func main() {