Skip to content

Rename package to support go install command from module path#7

Merged
hackallcode merged 1 commit intomasterfrom
rename-go-module
Jul 22, 2025
Merged

Rename package to support go install command from module path#7
hackallcode merged 1 commit intomasterfrom
rename-go-module

Conversation

@hackallcode
Copy link
Copy Markdown
Collaborator

@hackallcode hackallcode commented Jul 22, 2025

The Go module path did not match the repository location, which prevented users from installing the tool via go install command.

The patch updates the module name in the source code to match the repository path. This change enables versioned installation using go install to work correctly.

Hoodie-Huuuuu
Hoodie-Huuuuu previously approved these changes Jul 22, 2025
Copy link
Copy Markdown
Collaborator

@Hoodie-Huuuuu Hoodie-Huuuuu left a comment

Choose a reason for hiding this comment

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

Everything is working, I checked through go install github.com/tarantool/sdvg/cmd/sdvg@rename-go-module

The Go module path did not match the repository location,
which prevented users from installing the tool via `go install` command.

The patch updates the module name in the source code (go.mod) to match the repository path.
This change enables versioned installation using `go install` to work correctly.
@hackallcode hackallcode merged commit d94be74 into master Jul 22, 2025
13 checks passed
@hackallcode hackallcode deleted the rename-go-module branch July 22, 2025 11:40
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.

2 participants