Skip to content
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

Traceability instructions do not mention golint #123

Open
wickedest opened this issue May 28, 2021 · 0 comments
Open

Traceability instructions do not mention golint #123

wickedest opened this issue May 28, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@wickedest
Copy link

The instructions for building the tracaebility agent miss a few things (I'm a complete golang noob). But the instructions say "Install golang", run a few commands (e.g. go mod tidy) and then shows a Makefile (I guess I'm assume it needs to be executed). However, some vital pieces are missing:

I needed to install golint, and configure it:

$ go get -u golang.org/x/lint/golint
$ export $PATH=$PATH:/usr/local/go/bin:$HOME/go/bin

The Makefile doesn't have a default target, so make does nothing (that command is missing from the instructions too), but it actually needs:

$ make build
@cbordier cbordier added the documentation Improvements or additions to documentation label May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants