Lasse Jacobs

Results 4 comments of Lasse Jacobs

@IvanMathy Can this be merged, and possibly added to the main set of scripts? I use this frequently and I can imagine others do as well?

Is your `GOPATH/bin` part of your `$PATH`? You can check by running `echo $PATH` it should include something like: `/Users//go/bin` If not you can add it using: ``` PATH="/Users//go/bin:$PATH" ```...

It is fixed in master, @ofabry could you perhaps create a new tag/release that includes this fix? Currently the version you install with `go install ...` is broken (it takes...

@zgq25302111 the `make install` target refers to: `go install -tags $(GO_BUILD_TAGS) -ldflags "$(GO_LDFLAGS)" $(GO_BUILD_ARGS)`. This is a normal Go command and should work on windows (I don't have a windows...