소스 검색

changed docstring typo

svcs 1 년 전
부모
커밋
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)