Thank you very much Keith, that answers my question :)
Le jeudi 18 août 2022 à 18:24:43 UTC+2, k...@google.com a écrit :
> On Tuesday, August 16, 2022 at 1:03:22 PM UTC-7 guil.l...@gmail.com wrote:
>
>> Hello,
>>
>> I remember a paper about Go Generics but I cannot find it again.
>> It was a scie
Thanks a lot Axel that's the paper I was looking for :D
Thanks for the article, I will read it.
But if someone has more explanation for my little exemple, I'm still
listening :)
Le mardi 16 août 2022 à 22:18:26 UTC+2, harr...@spu.edu a écrit :
> https://planetscale.com/blog/generics-can-make-yo
Hello,
I remember a paper about Go Generics but I cannot find it again.
It was a scientist paper (with a lot of maths far beyond my understanding
^^).
Title was something like "Lightweigh generics for Go" or something like
that.
I believe the background of the website was red (not sure either).
https://groups.google.com/d/msg/golang-nuts/1nYoAMFZVVM/eppaRW2rCAAJ
>
> Hope that helps at least somewhat. Please don't hesitate to post more
> questions or comments.
>
> Regards,
> thepudds
>
> On Sunday, September 1, 2019 at 6:02:21 AM UTC-4, Guillaume Lescure wrote
Hi,
Thanks for the comments and the ideas :)
1. Try 'go build ./...' from the root directory of the module to build all
> the packages in the module. 'go build' without any arguments is the same
> as 'go build .' which means just build the current directory/package.
I didn't know the com
Hi,
I spend my day trying to build a new project in Go using the new Go module
system.
I didn't succeed so I'm kind of upset because I never waste that much time
for something that simple before.
The project : I try to use Go module only so no environment variable
anywhere.
There are 1 library