Skip to content

Instantly share code, notes, and snippets.

View sbs2001's full-sized avatar
🎯
git gud

sbs sbs2001

🎯
git gud
View GitHub Profile
@terinjokes
terinjokes / client.go
Last active May 6, 2021 05:13
Golang example of context in API Clients
package api
import (
"encoding/json"
"golang.org/x/net/context"
"golang.org/x/net/context/ctxhttp"
)
type Client {