chore: update project layout

This commit is contained in:
moonD4rk
2023-03-10 14:52:26 +08:00
parent 9850624d45
commit b65d3186c4
36 changed files with 181 additions and 179 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ linters:
- 'unconvert'
- 'whitespace'
disable:
# unsupported lint with golang 1.18+ ref: https://github.com/golangci/golangci-lint/issues/2649
# unsupported lint with golang 1.18+ ref: https://github.com/golangci/golangci-lint/issues/2649
- 'bodyclose'
- 'gosimple'
- 'noctx'
@@ -60,7 +60,7 @@ issues:
- G502
- G505
exclude-rules:
- path: internal/provider/provider\.go
- path: browser/browser\.go
linters:
- 'unused'
max-issues-per-linter: 0