We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023b514 commit dbad509Copy full SHA for dbad509
README.md
@@ -57,16 +57,12 @@ Be sure to browse the remaining of the `Makefile` to understand what
57
it does. There are some tools that will be downloaded. You can use
58
already-installed one by specifying their full path this way instead:
59
60
- make lint GOLINT=/usr/bin/golint
+ make lint REVIVE=/usr/bin/revive
61
62
Files other than `.gitignore` and `Makefile` are just examples.
63
64
## Misc
65
66
-If `golint` complains with `go/build: importGo hellogopher/cmd: exit
67
-status 2`, just delete it from `bin/` and let the Makefile build it
68
-again.
69
-
70
If you prefer, you can also include this Makefile into another one.
71
Rename it to `hellogopher.mk` and put in `Makefile` something like
72
this:
0 commit comments