without this, 'make install' doesn't work. #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
make install
go get github.com/sirupsen/logrus
go get github.com/brutella/can
go get github.com/google/go-cmp/cmp
go get github.com/gorilla/mux
go get golang.org/x/tools/cmd/cover
go get github.com/mattn/goveralls
( cd cmd/lgresu_mon/; go build -ldflags="-X main.version=1.3-2-g1d330b5" lgresu_mon.go lgresu_actors.go )
lgresu_mon.go:24:2: cannot find package "github.com/jens18/lgresu/datarecorder" in any of:
/usr/lib/go-1.10/src/github.com/jens18/lgresu/datarecorder (from $GOROOT)
/home/buzz/go/src/github.com/jens18/lgresu/datarecorder (from $GOPATH)
lgresu_mon.go:25:2: cannot find package "github.com/jens18/lgresu/lgresustatus" in any of:
/usr/lib/go-1.10/src/github.com/jens18/lgresu/lgresustatus (from $GOROOT)
/home/buzz/go/src/github.com/jens18/lgresu/lgresustatus (from $GOPATH)
Makefile:16: recipe for target 'cmd/lgresu_mon/lgresu_mon' failed
make: *** [cmd/lgresu_mon/lgresu_mon] Error 1