-
Notifications
You must be signed in to change notification settings - Fork 21
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
go get error #15
Comments
Thanks for the issue. Interesting error, as the following is working: git clone https://github.com/forensicanalysis/artifactcollector
cd artifactcollector
go build .
# or go install . |
go build appears to work correctly.
on windows 10
|
Cross compilation is complicated, as CGO is used in the sqlite package. You need a cross compiler e.g. mingw. Then set the |
The build was completed successfully and the operation was confirmed. windows 32bit
windows 64bit
|
I tried to install with go get but I got an error.
I see you're running quite old version modules.
The text was updated successfully, but these errors were encountered: