Skip to content
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.

Twitter Readme Score release mit

Documentation

Converting stuff

Clone this wiki locally