forked from apache/cassandra-gocql-driver
-
Notifications
You must be signed in to change notification settings - Fork 59
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 inform how to use this fork with go modules #4
Comments
rkuska
changed the title
Update README to inform how to use package with go modules
Update README to inform how to use this fork with go modules
Jan 7, 2019
|
Thanks. |
Hi @rkuska any chances for the patch? |
Hi, sorry, I have it ready locally but got distracted but other things,
will send it :)
On Sat, 19 Jan 2019 at 07:09, Michal Matczuk ***@***.***> wrote:
Hi @rkuska <https://github.com/rkuska> any chances for the patch?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABoVacjytSdn7B7mYiZbjILMtzWDKv4yks5vEkYDgaJpZM4Z0NeB>
.
--
Róbert Kuska
rkuska@gmail.com
|
rkuska
added a commit
to rkuska/gocql
that referenced
this issue
Jan 29, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I deleted the template as I think it is not applicable for this issue.
Currently README is missing an information about how to install the package with the recent addition of golang - Go modules.
To replace the original package it is needed to run following command:
go mod edit -replace=github.com/gocql/gocql=github.com/scylladb/gocql@v0.0.0-20181030092923-435701b4f3c0
I tried it with my fork (as I couldn't manage to load replaced module with delve):
Added a dumb debug print:
rkuska@998fd40
Replaced gocql/gocql:
go mod edit -replace=github.com/gocql/gocql=github.com/rkuska/gocql@v0.0.0-20190107194402-998fd40d125b
Run my module and show the debug print
test
in the outputI am happy to contribute with a patch to update the README to reflect this. Well unless I am wrong :-)
The text was updated successfully, but these errors were encountered: