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

Cannot go install? #649

Closed
sheeeng opened this issue Apr 6, 2021 · 2 comments
Closed

Cannot go install? #649

sheeeng opened this issue Apr 6, 2021 · 2 comments

Comments

@sheeeng
Copy link

sheeeng commented Apr 6, 2021

I'm following the instructions from Microsoft's documentation.

$ go version                                           
go version go1.16.3 darwin/amd64
$
$ go install -v github.com/denisenkom/go-mssqldb@latest

go install: package github.com/denisenkom/go-mssqldb is not a main package

Did I miss anything?

@robinknaapen
Copy link
Contributor

@sheeeng

This is not a application. It's a mssql driver for Go. To use this you should use go get in your project

Also mind that Go 1.16 is currently broken. See #639 and #642 for more information

@sheeeng
Copy link
Author

sheeeng commented Apr 8, 2021

Thanks for the clarification, @robinknaapen.

I understood that this is not an application. It's a mssql driver for Go programming language.

@sheeeng sheeeng closed this as completed Apr 8, 2021
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

No branches or pull requests

2 participants