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(waf): return ip in string literal #947

Merged
merged 2 commits into from
Jan 4, 2025
Merged

feat(waf): return ip in string literal #947

merged 2 commits into from
Jan 4, 2025

Conversation

uubulb
Copy link
Contributor

@uubulb uubulb commented Jan 4, 2025

No description provided.

@uubulb uubulb changed the title feat(waf): show country code feat(waf): return ip in string literal Jan 4, 2025
@naiba
Copy link
Member

naiba commented Jan 4, 2025

前端也要改

@@ -164,3 +165,13 @@ func Unique[T comparable](s []T) []T {
}
return ret
}

func Map[T, U any](seq iter.Seq[T], f func(e T) U) iter.Seq[U] {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

改个名 MapSlice 不然以为是 map

@naiba naiba merged commit d211796 into nezhahq:master Jan 4, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants