Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add WithoutBy #515

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
feat: fix typo
  • Loading branch information
nicklaus-dev committed Aug 23, 2024
commit 6b9a75d6e4800b63f9590c434f23825726d3ada7
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2105,7 +2105,7 @@ It returns a new slice containing only the elements whose keys are not in the ex


```go
type User {
type struct User {
ID int
Name string
}
Expand Down