Skip to content

Commit

Permalink
docs: Add examples (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Vaibhav Rabber <[email protected]>
  • Loading branch information
vrongmeal authored Jan 10, 2025
1 parent baa02a2 commit 327dd1f
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 9 deletions.
7 changes: 7 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,10 @@ linters-settings:
default-signifies-exhaustive: true
gochecksumtype:
default-signifies-exhaustive: false

issues:
exclude-rules:
- path: s2/example_test.go
linters:
- goconst
- forcetypeassert
Loading

0 comments on commit 327dd1f

Please sign in to comment.