diff --git a/doc/go1.20.html b/doc/go1.20.html index 6da4f6df23..23fa82c41b 100644 --- a/doc/go1.20.html +++ b/doc/go1.20.html @@ -1121,10 +1121,10 @@ proxyHandler := &httputil.ReverseProxy{

The new - CutPrefix and - CutSuffix functions - are like TrimPrefix - and TrimSuffix + CutPrefix and + CutSuffix functions + are like TrimPrefix + and TrimSuffix but also report whether the string was trimmed.