diff --git a/module/doc.go b/module/doc.go index d6d620f8..6444e01c 100644 --- a/module/doc.go +++ b/module/doc.go @@ -2,13 +2,5 @@ // SPDX-License-Identifier: Apache-2.0 // Package module hosts the in-repo Go submodule for receivers/processors/exporters -// moved out of the root module per RFC-0013. Contents land in PR-I.1b (nccl_fr move) -// and PR-I.2 (rankjoinprocessor + patterndetectorprocessor). -// -// This file exists so that `module/v0.0.1` (the genesis tag cut after PR-I.1a -// merges) resolves through the Go module proxy — proxies typically require at -// least one .go file in the module root to validate the module and surface it -// in `go list`. Without it, `GOPROXY=https://proxy.golang.org go list -m -// github.com/tracecoreai/tracecore/module@v0.0.1` may fail with a 404 or -// "no Go source files" error, breaking the PR-I.1b release-tag-cut workflow. +// moved out of the root module per RFC-0013. package module