Skip to content

chore: rename module to github.com/stellar/streamhash#5

Merged
tamirms merged 1 commit into
mainfrom
rename-module-stellar
Jun 8, 2026
Merged

chore: rename module to github.com/stellar/streamhash#5
tamirms merged 1 commit into
mainfrom
rename-module-stellar

Conversation

@tamirms

@tamirms tamirms commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Update the Go module path from github.com/tamirms/streamhash to github.com/stellar/streamhash to match the repository's location under the stellar organization.

Changes

  • go.mod — module path
  • All internal import paths across the package and cmd/bench (internal/bits, internal/sherr, internal/bijection, internal/ptrhash, internal/encoding)
  • README.md — the go get line

Mechanical rename only; no behavior change. Verified clean with go build ./..., go vet ./..., and gofmt -l ..

🤖 Generated with Claude Code

Update the module path in go.mod, all internal import paths across the
package and cmd/bench, and the go get line in the README to reflect the
move to the stellar organization.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 6, 2026 01:35

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR mechanically renames the Go module path from github.com/tamirms/streamhash to github.com/stellar/streamhash so that the module/import paths match the repository’s new organization location.

Changes:

  • Updated go.mod module path to github.com/stellar/streamhash.
  • Rewrote all internal import paths (and cmd/bench imports) to use the new module path.
  • Updated the go get installation line in README.md.

Reviewed changes

Copilot reviewed 33 out of 33 changed files in this pull request and generated no comments.

Show a summary per file
File Description
go.mod Updates module path to github.com/stellar/streamhash.
README.md Updates install command to new module path.
algorithm.go Updates internal package imports to new module path.
builder.go Updates internal package imports to new module path.
builder_unsorted.go Updates internal package imports to new module path.
builder_unsorted_finish.go Updates internal package imports to new module path.
builder_unsorted_test.go Updates internal package imports to new module path.
builder_lifecycle_test.go Updates internal package imports to new module path.
cmd/bench/main.go Updates streamhash import to new module path.
cmd/bench/bench_files.go Updates streamhash import to new module path.
corruption_context_test.go Updates internal package imports to new module path.
error_test.go Updates internal package imports to new module path.
header.go Updates internal package imports to new module path.
index.go Updates internal package imports to new module path.
integration_unique_test.go Updates internal package imports to new module path.
open_variants_test.go Updates internal package imports to new module path.
parallel_pipeline_fuzz_test.go Updates internal package imports to new module path.
sentinels.go Updates internal package imports to new module path.
test_helpers_test.go Updates internal package imports to new module path.
internal/bijection/builder.go Updates internal package imports to new module path.
internal/bijection/builder_test.go Updates internal package imports to new module path.
internal/bijection/decode.go Updates internal package imports to new module path.
internal/bijection/decode_test.go Updates internal package imports to new module path.
internal/bijection/mix.go Updates internal package imports to new module path.
internal/bijection/solver_build.go Updates internal package imports to new module path.
internal/bijection/solver_test.go Updates internal package imports to new module path.
internal/ptrhash/builder.go Updates internal package imports to new module path.
internal/ptrhash/builder_test.go Updates internal package imports to new module path.
internal/ptrhash/decoder.go Updates internal package imports to new module path.
internal/ptrhash/decoder_test.go Updates internal package imports to new module path.
internal/ptrhash/pilot.go Updates internal package imports to new module path.
internal/ptrhash/solver.go Updates internal package imports to new module path.
internal/ptrhash/solver_test.go Updates internal package imports to new module path.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tamirms
tamirms enabled auto-merge (squash) June 6, 2026 01:40
@tamirms
tamirms requested review from a team and chowbao June 6, 2026 01:40
@tamirms
tamirms merged commit 4db19d2 into main Jun 8, 2026
12 checks passed
@tamirms
tamirms deleted the rename-module-stellar branch June 8, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants