8000
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
Suggest: append build instruction in README.md
The text was updated successfully, but these errors were encountered:
$ go version go version go1.7.1 darwin/amd64
$ go get -v all github.com/golang/lint/golint github.com/jcuga/golongpoll/examples/basic github.com/kisielk/errcheck github.com/klauspost/asmfmt/cmd/goimports github.com/klauspost/asmfmt/cmd/gofmt github.com/openshift/source-to-image/vendor/github.com/Microsoft/go-winio golang.org/x/tools/cmd/goimports sourcegraph.com/sqs/goreturns # github.com/openshift/source-to-image/vendor/github.com/Microsoft/go-winio ../../../go/src/github.com/openshift/source-to-image/vendor/github.com/Microsoft/go-winio/file.go:45: undefined: syscall.Overlapped
Sorry, something went wrong.
@harobed Could you please elaborate on the build instructions that you need?
Issuing go get github.com/knes1/elktail will fetch elktail source and you can build it with go build.
go get github.com/knes1/elktail
go build
Thanks
No branches or pull requests
Suggest: append build instruction in README.md
The text was updated successfully, but these errors were encountered: