Registry / http-client / guonaihong-gout

guonaihong-gout

JSON →
library0.3.11gogounverified

Gout is an HTTP client library for Go with a simple and expressive API.

go get github.com/guonaihong/gout
INSTALL
IMPORT
SIG · GUONAIHONG-GOUT
G
guonaihong-gout
http-clientgov0.3.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gout
github.com/guonaihong/gout

Sends a GET request and binds the JSON response.

package main import ( "fmt" "github.com/guonaihong/gout" ) func main() { var result map[string]interface{} err := gout.GET("https://api.example.com/data").BindJSON(&result).Do() if err != nil { fmt.Println(err) } fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.11latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
guonaihong-gout — go get guonaihong-gout · libregistry