Skip to content

Dependency has moved

code.google.com/p/winsvc/eventlog has moved to https://github.com/golang/sys/tree/master/windows/svc, as described here.

I'm getting a build error buildling on a clean GOPATH as-is:

▶ make
# Installing dependencies...
go get github.com/tools/godep
go get -u github.com/golang/lint/golint
go get github.com/mitchellh/gox
go get code.google.com/p/winsvc/eventlog
can't load package: package code.google.com/p/winsvc/eventlog: no buildable Go source files in /home/hugo/tmp/gitlab-ci-multi-runner/__tmp/src/code.google.com/p/winsvc/eventlog
Makefile:32: recipe for target 'deps' failed