瀏覽代碼

changed docstring typo

svcs 9 月之前
父節點
當前提交
c90ac7e09c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)