8000 GitHub - binbug/go-utils
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

binbug/go-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

自用go工具类

  1. http请求工具类

Usage:

GET:

httpResult :=  httputil.Get[string]("http://www.example.com")

POST:

form:= url.Values{}
form.Add("name", "binbug")
httpResult :=  httputil.PostForm[string]("http://www.example.com", form)
  1. json工具类

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0