Skip to content

Request 对象改由sync pool 对象池管理,并且增强 Request 上下文使用,项目通过golangci-lint 格式修正 #76

Request 对象改由sync pool 对象池管理,并且增强 Request 上下文使用,项目通过golangci-lint 格式修正

Request 对象改由sync pool 对象池管理,并且增强 Request 上下文使用,项目通过golangci-lint 格式修正 #76

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
runs-on: ubuntu-latest
name: runner / golangci-lint
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
reporter: github-pr-review
# Report all results.
filter_mode: nofilter
# Exit with 1 when it finds at least one finding.
fail_on_error: true
#golangci_lint_flags