Skip to content

Commit

Permalink
time.After会形成内存泄漏 (#148)
Browse files Browse the repository at this point in the history
* time.After会形成内存泄漏

* go.mod依赖有问题

* Update golangci-lint.yml

* go.mod依赖有问题

* go.mod依赖有问题

Co-authored-by: c30014156 <[email protected]>
  • Loading branch information
chenwei113524 and c30014156 authored Aug 31, 2021
1 parent 9927423 commit 6da581b
Show file tree
Hide file tree
Showing 5 changed files with 352 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.37.1
args: --skip-dirs=examples,proxy/protocol/dubbo --out-format=colored-line-number --skip-files=.*_test.go$
args: --skip-dirs=examples,proxy/protocol/dubbo --skip-files=.*_test.go$
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ vendor

_build
coverage.txt
go.sum
release
Loading

0 comments on commit 6da581b

Please sign in to comment.