Closed mrjones-plip closed 6 years ago
Alright, fixed the dumb mistake behind the seg fault. Also, I changed the go get -u github.com/go-sql-driver/mysql
to reflect the fact you need to install all the dependencies (go get ./...
) before running go install
.
Looks good! Merging to master and we can file bugs to fix anything that comes up.
@alexisfasquel - can you please review the commits I've made to the
README.md
on this branch? Specifically around adding thego get -u github.com/go-sql-driver/mysql
line? I kept on getting this error otherwise:As well, after finally reproducing the build process reliably, I get a an
segmentation violation
error: