I've added an MIT license to my Go package repository (https://github.com/tosynthegeek/mcw), but the documentation on pkg.go.dev is still not displayed due to license restrictions.

Package URL: https://pkg.go.dev/github.com/tosynthegeek/mcw

Repository URL: https://github.com/tosynthegeek/mcw

I've followed the guidelines in the license policy (https://pkg.go.dev/license-policy): - Added a permissive open-source license (MIT) - Placed the license file in the root of the repository - Pushed the changes and created a new tag

Could you please review my package to ensure it complies with the license policy? I'd appreciate any assistance in resolving this issue so that the documentation can be displayed correctly on pkg.go.dev.

Thank you for your help.

Comment From: gabyhelp

Similar Issues

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)

Comment From: seankhliao

Seems to show now. I believe what you were seeing was from before the version with the MIT license was processed.

Comment From: tosynthegeek

Yeah, got it. Thanks