-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
code/ subdirectory is not properly handled by the go tool #293
Comments
dgsb
added a commit
to dgsb/go-sqlite3
that referenced
this issue
Apr 2, 2016
The purpose is to ease the use of vendoring files like godep. The C sqlite3 files have been added a go compilation conditional flag Fix mattn#293
Hi,
We will really appreciate a quick resolution of this issue. |
okay could you please make pull-request? |
@codefx9 you might also try to migrate your project to constabulary/gb, which works like a charm. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The sqlite3 amalgamation files are ignored by the go tool. It does not cause any issue during the buils as these files are included by higher level other C files, but it prevent to easily vendor this package with the help of godep for instance. The command go list -json should list these file somehow.
The text was updated successfully, but these errors were encountered: