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

query (LINQ) library for Go. #39090

Closed
dgc1 opened this issue May 15, 2020 · 1 comment
Closed

query (LINQ) library for Go. #39090

dgc1 opened this issue May 15, 2020 · 1 comment

Comments

@dgc1
Copy link

dgc1 commented May 15, 2020

What version of Go are you using (go version)?

$ go 1.14+

What did you do?
Supports arrays, slices, maps, strings, channels and custom collections
General Fast Iterative Query,and Simple 、easy

Example .net(c#) :
query := from s in collections where c.courseName == "history" select s.stuName
fmt.Printf(query , collections)

@ALTree
Copy link
Member

ALTree commented May 15, 2020

Hi,

this is a dup of #32926. See in particular #32926 (comment). There are not enough details here to qualify as a proposal.

@ALTree ALTree closed this as completed May 15, 2020
@golang golang locked and limited conversation to collaborators May 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants