Added gocache as a cache wrapper.

This commit is contained in:
mikestefanello 2021-12-06 14:53:28 -05:00
parent 70d9d0f8fa
commit 3a45695083
9 changed files with 212 additions and 29 deletions

View file

@ -42,8 +42,7 @@ type httpRequest struct {
func request(t *testing.T) *httpRequest {
r := httpRequest{
client: http.Client{},
t: t,
t: t,
}
return &r
}