-
Notifications
You must be signed in to change notification settings - Fork 4
Random
Zelenko edited this page Oct 9, 2018
·
16 revisions
test this code
resp, err := http.Get("http://example.com/")
...
resp, err := http.Post("http://example.com/upload", "image/jpeg", &buf)
...
resp, err := http.PostForm("http://example.com/form",
url.Values{"key": {"Value"}, "id": {"123"}})update all packages: go get -u all
Working on core infrastructure and user facing applications.