Re: [go-nuts] Fatal error : on running go vet cmd

2022-01-13 Thread Roland Müller
Hello Am Mi., 12. Jan. 2022 um 23:19 Uhr schrieb Ian Lance Taylor : > On Wed, Jan 12, 2022 at 1:17 PM Tejas Gowda > wrote: > > > > I am using linux enviorment, installed go 1.6 > In Fedora 34 there must be glibc-headers-x86 installed to get C headers. However, if gcc is installed by package

[go-nuts] Intentionally omitting requires in go.mod - alternative to multi-module repository?

2022-01-13 Thread Rodolfo Carvalho
Hello fellow Gophers! I help maintain an SDK module that includes packages that provide middleware to different web frameworks (e.g. echo ). The SDK started out as a single module

[go-nuts] Re: pkg.go.dev is showing module, but not its package documentation

2022-01-13 Thread Valerio De Benedetto
Oh I see, so I guess it's just a matter of time then. Thank you Il giorno giovedì 13 gennaio 2022 alle 12:35:13 UTC+1 seank...@gmail.com ha scritto: > Nope, pkg.go.dev doesn't support type parameters yet > https://github.com/golang/go/issues/48264 > > On Thursday, January 13, 2022 at 10:50:18

[go-nuts] Re: pkg.go.dev is showing module, but not its package documentation

2022-01-13 Thread Sean Liao
Nope, pkg.go.dev doesn't support type parameters yet https://github.com/golang/go/issues/48264 On Thursday, January 13, 2022 at 10:50:18 AM UTC+1 po...@debevv.com wrote: > Hi, I'm having a weird problem with pkg.dev.go. Recently I published a > module on github

[go-nuts] pkg.go.dev is showing module, but not its package documentation

2022-01-13 Thread Valerio De Benedetto
Hi, I'm having a weird problem with pkg.dev.go. Recently I published a module on github (https://github.com/debevv/camellia) and made pkg.dev.go index it: https://pkg.go.dev/github.com/debevv/camellia The module contains two packages: `camellia`, which is the library, and `main` inside a `cml`