Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README to install v7 with go get command #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jrh3k5
Copy link

@jrh3k5 jrh3k5 commented Jan 16, 2025

The README's go get command won't install the latest version of the library - for example:

>go mod init graph-gophers-test
go: creating new go.mod: module graph-gophers-test
go: to add module requirements and sums:
        go mod tidy

>go get -u github.com/graph-gophers/dataloader
go: downloading github.com/graph-gophers/dataloader v5.0.0+incompatible
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: added github.com/graph-gophers/dataloader v5.0.0+incompatible
go: added github.com/opentracing/opentracing-go v1.2.0

Contrast with the command in the README now:

>go mod init graph-gophers-test
go: creating new go.mod: module graph-gophers-test
go: to add module requirements and sums:
        go mod tidy

>go get -u github.com/graph-gophers/dataloader/v7
go: downloading github.com/graph-gophers/dataloader/v7 v7.1.0
go: added github.com/graph-gophers/dataloader/v7 v7.1.0

@jrh3k5 jrh3k5 changed the title Install v7 with go get command Update README to install v7 with go get command Jan 16, 2025
@jrh3k5 jrh3k5 marked this pull request as ready for review January 16, 2025 00:32
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.

1 participant