Mecab binding for Go
A simple JavaScript framework for creating games and apps
ffi for golang
.NET LINQ-like query methods for Go
Automatically exported from code.google.com/p/word2vec
issue commentahmetb/go-linq
Try out the new Go generics proposal with go-linq
So I tried to imitate what From
..Where
..Select
.. sort of thing would work.
Each Where/Select/... would have different type parameters:
type Array[K any] []K
func (a Array[K]) Print[V any](v V) {
for _, i := range a {
fmt.Printf("%v-%v\n",i,v)
}
}
However this is not supported by design. https://go.googlesource.com/proposal/+/refs/heads/master/design/go2draft-type-parameters.md#methods-may-not-take-additional-type-arguments
comment created time in 9 days
issue commentahmetb/go-linq
Try out the new Go generics proposal with go-linq
Generics proposal is now accepted. This will be interesting. 😇
comment created time in 21 days
issue closedahmetb/go-linq
I'm having an issue getting a release with ToChannelT in it following the install directions for this package. Is there a planned release coming up with that or is there an alternative way to get get the package such that I get the version with that method? go get doesn't seem to be able to get by tag or at least it is not working for me.
closed time in 2 months
buddhamangler-cbreissue commentahmetb/go-linq
I just tagged v3.2.0, let me know if it fixes the situation.
comment created time in 2 months
push eventahmetb/go-linq
commit sha 9b75bfdcd4c49fdfd69601f69c8faec3c8ceff0f
Release v3.2.0 Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
push time in 2 months
issue openedahmetb/go-linq
I'm having an issue getting a release with ToChannelT in it following the install directions for this package. Is there a planned release coming up with that or is there an alternative way to get get the package such that I get the version with that method? go get doesn't seem to be able to get by tag or at least it is not working for me.
created time in 2 months
issue closedahmetb/go-linq
"GroupBy has better performance than GroupByT" is written on the document,why?
closed time in 2 months
melodicdeathissue openedahmetb/go-linq
"GroupBy has better performance than GroupByT" is written on the document,why?
created time in 2 months
issue closedahmetb/go-linq
concat.go中的Append方法,第12行i, ok := next()前面可判断一下appended是true则直接返回
closed time in 2 months
ZBIGBEARissue openedahmetb/go-linq
concat.go中的Append方法,第12行i, ok := next()前面可判断一下appended是true则直接返回
created time in 2 months