Skip to content

Comments

fix: correct go install path in README#2

Merged
sandover merged 1 commit intomainfrom
claude/fix-ergo-install-path-Vq1qT
Feb 20, 2026
Merged

fix: correct go install path in README#2
sandover merged 1 commit intomainfrom
claude/fix-ergo-install-path-Vq1qT

Conversation

@sandover
Copy link
Owner

The main package lives at cmd/ergo/, not the module root, so
go install github.com/sandover/ergo@latest fails with
"does not contain package". Updated to the correct path:
go install github.com/sandover/ergo/cmd/ergo@latest

https://claude.ai/code/session_01ArzmSRMDHpxMHKLVWs7pqd

The main package lives at cmd/ergo/, not the module root, so
`go install github.com/sandover/ergo@latest` fails with
"does not contain package". Updated to the correct path:
`go install github.com/sandover/ergo/cmd/ergo@latest`

https://claude.ai/code/session_01ArzmSRMDHpxMHKLVWs7pqd
@sandover sandover merged commit c96cd51 into main Feb 20, 2026
4 checks passed
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