We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6109cb6 commit 71216c1Copy full SHA for 71216c1
pkg/pypi/search.go
@@ -10,9 +10,6 @@ import (
10
"github.com/huangsam/namigo/internal/util"
11
)
12
13
-// workerCount is the number of workers used to grab package details.
14
-const workerCount = 5
15
-
16
// SearchByAPI searches for PyPI packages by querying pypi.org.
17
func SearchByAPI(name string, max int) ([]model.PyPIPackageResult, error) {
18
client := &http.Client{Timeout: 5 * time.Second}
0 commit comments