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 --- contrib/cgi/cgi.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/cgi/cgi.go') diff --git a/contrib/cgi/cgi.go b/contrib/cgi/cgi.go index e57f2d0..6c727aa 100644 --- a/contrib/cgi/cgi.go +++ b/contrib/cgi/cgi.go @@ -13,7 +13,7 @@ import ( "os/exec" "strings" - "tildegit.org/tjp/gus" + sr "tildegit.org/tjp/sliderule" ) // ResolveCGI finds a CGI program corresponding to a request path. @@ -91,7 +91,7 @@ func isNotExistError(err error) bool { // RunCGI runs a specific program as a CGI script. func RunCGI( ctx context.Context, - request *gus.Request, + request *sr.Request, executable string, pathInfo string, ) (io.Reader, int, error) { @@ -130,7 +130,7 @@ func RunCGI( func prepareCGIEnv( ctx context.Context, - request *gus.Request, + request *sr.Request, scriptName string, pathInfo string, ) []string { -- cgit v1.2.3