We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As an example:
Couldn't read [[/Users/lucianj/.databases.json open /Users/lucianj/.databases.json: no such file or directory]] file. err=%!v(MISSING)
https://github.com/marianogappa/sql/blob/master/usage.go#L11 should be fmt.Println(fmt.Sprintf(error, args...))
fmt.Println(fmt.Sprintf(error, args...))
The text was updated successfully, but these errors were encountered:
OMG who would write fmt.Println(fmt.Sprintf(error, args))???
fmt.Println(fmt.Sprintf(error, args))
37d2dd84 (Mariano Gappa 2016-09-17 21:19:38 +1200 11) fmt.Println(fmt.Sprintf(error, args))
meh
Sorry, something went wrong.
Fixes variadic parameter fail. #4
538ac2a
Solved in https://github.com/marianogappa/sql/releases/tag/1.0.2
No branches or pull requests
As an example:
Couldn't read [[/Users/lucianj/.databases.json open /Users/lucianj/.databases.json: no such file or directory]] file. err=%!v(MISSING)
https://github.com/marianogappa/sql/blob/master/usage.go#L11 should be
fmt.Println(fmt.Sprintf(error, args...))
The text was updated successfully, but these errors were encountered: