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 (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` folder, a command line application. > > As you can see, it is not showing the documentation section. Plus, if I > look for the module or for the package in the search bar I can't find > anything. > I tried generatig the HTML documentation with godoc and it works fine. > I noticed that it is detecting it only as `module` but not as a `package` > too (I expect both tags since the module and one of the packages have the > same name) > > Am I doing something wrong? > > -- 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 on the web visit https://groups.google.com/d/msgid/golang-nuts/650949de-8cda-4004-a179-59abaf491669n%40googlegroups.com.