Re: [go-nuts] minium git version required when using go mod?

2022-06-23 Thread Kurtis Rader
On Thu, Jun 23, 2022 at 7:16 PM xie cui wrote: > what is minium git version when using go mod? That's an interesting question. What prompted it? I googled "golang minimum git version" and got a few relevant results. Such as https://github.com/golang/go/issues/51467 The core issue is that Go

[go-nuts] minium git version required when using go mod?

2022-06-23 Thread xie cui
what is minium git version when using go mod? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion

Re: [go-nuts] Re: [gollvm/gofrontend]unnamed bool convert error

2022-06-23 Thread Ian Lance Taylor
For the record, this became https://go.dev/issue/52535, q.v. Thanks for the report. Ian On Sun, Apr 24, 2022 at 9:17 PM hang gao wrote: > > I found that when receiving the ret val from functions,the RFT_BOOL will use > Type::make_boolean_type() which will generate a unnamed bool type, > I

[go-nuts] Re: what is tab itab short for?

2022-06-23 Thread peterGo
Go Data Structures: Interfaces - Russ Cox https://research.swtch.com/interfaces "The first word in the interface value points at what I call an interface table or itable (pronounced i-table; in theruntime sources, the C implementation name is Itab)." Peter On

[go-nuts] Re: Can't read >32KBytes from http response body.

2022-06-23 Thread Miha Vrhovnik
I'm reading a lot of gzipped responses with Go client, so I'd say that this is probably problematic http server and not the client. On Thursday, June 23, 2022 at 2:00:18 AM UTC+2 Kevin Chowski wrote: > Do you have a self-contained reproducer? E.g., a single Go program that > hosts a server

[go-nuts] what is tab itab short for?

2022-06-23 Thread xie cui
https://github.com/golang/go/blob/bfbb288574841f2db2499a580d7bf985a5df4556/src/runtime/runtime2.go#L203 what is tab/itab short for? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it,