Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions module/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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