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 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/ed6158ab-e788-4894-9848-b76fb194640dn%40googlegroups.com.