Skip to content

Update README to install v7 with go get command #114

New issue

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

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

Already on GitHub? # to your account

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant