Parcourir la source

changed docstring typo

svcs il y a 9 mois
Parent
commit
c90ac7e09c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pkg/client.go

+ 1 - 1
pkg/client.go

@@ -36,7 +36,7 @@ import (
 )
 
 /*
-Generic site call to the semrush site
+Generic site call to an upstream server
 */
 func (c *Controller) RequestGeneric(method string, host string, path string, hdrs *http.Header, body io.Reader) ([]byte, *http.Header, int, error) {
 	reqUrl := fmt.Sprintf("https://%s%s", host, path)