package main
import (
"barista.run/testing/httpcache"
"net/http"
)
func init() {
http.DefaultTransport = httpcache.Wrap(http.DefaultTransport)
}