Added gocache as a cache wrapper.
This commit is contained in:
parent
70d9d0f8fa
commit
3a45695083
9 changed files with 212 additions and 29 deletions
|
|
@ -42,8 +42,7 @@ type httpRequest struct {
|
|||
|
||||
func request(t *testing.T) *httpRequest {
|
||||
r := httpRequest{
|
||||
client: http.Client{},
|
||||
t: t,
|
||||
t: t,
|
||||
}
|
||||
return &r
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue