Re: [go-nuts] Golang boringcrypto official location for built binaries

2022-05-12 Thread Ian Lance Taylor
On Thu, May 12, 2022 at 8:11 PM Srikanth Shreenivas wrote: > > Thanks. After https://github.com/golang/go/issues/51940, the > https://go.googlesource.com/go/+/refs/heads/dev.boringcrypto/misc/boring/README.md > is not present in "master" branch. > I do see that 1.18.2 which just got

[go-nuts] Re: Recommended RESTful API web service implementation after 10 years of Go?

2022-05-12 Thread James Mackerel
checkout this 在2022年5月13日星期五 UTC+8 06:30:04 写道: > There is an official one in Golang documentation: > Tutorial: Developing a RESTful API with Go and Gin > https://go.dev/doc/tutorial/web-service-gin > > I find Gin framework especially good.

Re: [go-nuts] Golang boringcrypto official location for built binaries

2022-05-12 Thread Srikanth Shreenivas
Thanks. After https://github.com/golang/go/issues/51940, the https://go.googlesource.com/go/+/refs/heads/dev.boringcrypto/misc/boring/README.md is not present in "master" branch. I do see that 1.18.2 which just got released is now available on

[go-nuts] Recommended RESTful API web service implementation after 10 years of Go?

2022-05-12 Thread Const V
There is an official one in Golang documentation: Tutorial: Developing a RESTful API with Go and Gin https://go.dev/doc/tutorial/web-service-gin I find Gin framework especially good. What is your feedback? -- You received this message because you are subscribed to the Google Groups

[go-nuts] Seeking US based Golang developers

2022-05-12 Thread Caleb Pittman
Hello! Feel free to disregard if this type of conversation isn't supported but Alpine IQ is looking for a US-based Golang developer to help support our rapid growth. If you are US-based and are looking to join a great engineering team, feel free to reach out!

Re: [go-nuts] Golang boringcrypto official location for built binaries

2022-05-12 Thread Ian Lance Taylor
On Thu, May 12, 2022 at 2:15 PM Srikanth Shreenivas wrote: > > Is there a formal documenation from go team on where one can download golang > with boringcrypto? > > After searching on internet, I found that distribution is available from > https://go-boringcrypto.storage.googleapis.com/ which

[go-nuts] Golang boringcrypto official location for built binaries

2022-05-12 Thread Srikanth Shreenivas
Is there a formal documenation from go team on where one can download golang with boringcrypto? After searching on internet, I found that distribution is available from https://go-boringcrypto.storage.googleapis.com/ which gives list of prebuilt packages and we can download the file by

Re: [go-nuts] []int does not implement []any

2022-05-12 Thread Michel Casabianca
Thank you very much Axel for this crystal clear explanation. Best regards Le mer. 11 mai 2022 à 17:56, Axel Wagner a écrit : > When you write [S []any], this means "S must have type []any". `[]int` has > type `[]int`, which is different from `[]any`, so this doesn't work - and > it can't work:

Re: [go-nuts] HTTP2 client sending RST_STREAM to Netty server

2022-05-12 Thread envee
Hi Robert, do you have any inputs about this ? On Wednesday, 11 May 2022 at 08:31:24 UTC+10 envee wrote: > Ok, so you can ignore my comment about the incomplete payload being sent. > It is just that it is being sent in 2 frames as "partial entities". > But I am still wondering why there is a