1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
common-configs/i3/helpers/barista/cache-for-testing.go.bak

10 lines
150 B

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