Skip to content

Commit

Permalink
chore: remove depguard linter and rename example file
Browse files Browse the repository at this point in the history
- Remove the `depguard` linter from the `.golangci.yml` file
- Rename the file `examples/example.go` to `_examples/example.go`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Nov 25, 2023
1 parent bf2c9df commit 95df7c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Expand Up @@ -4,7 +4,6 @@ linters:
fast: false
enable:
- bodyclose
- depguard
- dogsled
- dupl
- errcheck
Expand Down
File renamed without changes.

0 comments on commit 95df7c6

Please sign in to comment.