Problem
pkg.go.dev shows "There is no documentation for this package" for our Go modules:
Solution
Add doc.go files with package-level comments to:
mcp-proxy/doc.go
sdk/go/doc.go (or per-package: receipt/doc.go, store/doc.go, taxonomy/doc.go)
Documentation will appear on pkg.go.dev after the next tagged release.
Problem
pkg.go.dev shows "There is no documentation for this package" for our Go modules:
Solution
Add
doc.gofiles with package-level comments to:mcp-proxy/doc.gosdk/go/doc.go(or per-package:receipt/doc.go,store/doc.go,taxonomy/doc.go)Documentation will appear on pkg.go.dev after the next tagged release.