I feel like you guys missed my suggestion earlier. I will repeat it because
I think it can be good. What about a dot to separate type parameters in
specialization?
func zero() T {
var x T
return x
}
func main() {
fmt.Println(zero.()) // . required here
}
One way to distinguish between type A[N] E and type A [N]E is to be more
space-sensitive and, for example, disallow whitespace between a type name
and the opening square bracket when it signifies type parameters.
Dňa utorok, 14. júla 2020 23:56:01 UTC+2 gri napísal(a):
>
> We have received a var
Hi everyone!
I've written a blog post called 'Context should go away for Go 2':
https://faiface.github.io/post/context-should-go-away-go2/
The post is about the cancelation problem in Go, how context package solves
it, why context package is bad anyway, and that Go 2 should do something
about
Hi,
what is the state of 2016 Go User Survey? Are the results ever gonna be
available? Or are they already and I've just missed them?
Thanks,
Michal Štrba
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop
How to submit a change request?
I'm posting to this group, because there is no issue tracker on the
http://golang.org/x/mobile/exp/audio/al package.
Dňa sobota, 29. októbra 2016 7:04:06 UTC+2 Daniel Theophanes napísal(-a):
>
> I would love to also see this happen. If you have time feel free to
Hi there,
recently I posted a question in this group asking why
golang.org/x/mobile/exp/audio/al doesn't support Windows. I've got one
answer, saying something like: "it belongs to golang.org/x/mobile, so
that's why".
However, *there is no single satisfying multiplatform audio library for Go*,
Hello everyone!
Go doesn't have a very good multimedia support, which is quite unfortunate,
cause it would be a great language for writing multimedia applications and
games. It's already possible, but is not very easy.
There is this library golang.org/x/mobile/exp/audio/al for audio, which is