From 9a2da81b11ad0064cca24ce7974827d032309369 Mon Sep 17 00:00:00 2001 From: tjpcc Date: Mon, 1 May 2023 07:56:25 -0600 Subject: name change gus -> sliderule --- examples/fetch/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/fetch') diff --git a/examples/fetch/main.go b/examples/fetch/main.go index 109a042..fccc6cf 100644 --- a/examples/fetch/main.go +++ b/examples/fetch/main.go @@ -8,8 +8,8 @@ import ( "os" "strings" - "tildegit.org/tjp/gus" - "tildegit.org/tjp/gus/gemini" + sr "tildegit.org/tjp/sliderule" + "tildegit.org/tjp/sliderule/gemini" ) func main() { @@ -30,7 +30,7 @@ func main() { } // parse the URL and build the request - request := &gus.Request{URL: buildURL()} + request := &sr.Request{URL: buildURL()} // fetch the response response, err := client.RoundTrip(request) -- cgit v1.2.3