pkg.go.dev is showing module, but not its package documentation

90 views
Skip to first unread message

Valerio De Benedetto

unread,
Jan 13, 2022, 4:50:18 AM1/13/22
to golang-nuts
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:
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?

Sean Liao

unread,
Jan 13, 2022, 6:35:13 AM1/13/22
to golang-nuts
Nope, pkg.go.dev doesn't support type parameters yet

Valerio De Benedetto

unread,
Jan 13, 2022, 10:10:29 AM1/13/22
to golang-nuts
Oh I see, so I guess it's just a matter of time then. Thank you
Reply all
Reply to author
Forward
0 new messages