feat: initialize client && request #15
Annotations
6 errors and 3 warnings
staticcheck
Process completed with exit code 1.
|
lint:
easy_http.go#L139
S1011: should replace loop with `hertzOptions = append(hertzOptions, opts.F...)` (gosimple)
|
lint:
easy_http.go#L154
S1011: should replace loop with `hertzOptions = append(hertzOptions, opts.F...)` (gosimple)
|
lint:
example/main.go#L24
ineffectual assignment to res (ineffassign)
|
lint:
request.go#L323
ineffectual assignment to res (ineffassign)
|
lint
issues found
|
compliant
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
staticcheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|