Skip to content

Commit dbad509

Browse files
committed
doc: update example for external tools
1 parent 023b514 commit dbad509

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,12 @@ Be sure to browse the remaining of the `Makefile` to understand what
5757
it does. There are some tools that will be downloaded. You can use
5858
already-installed one by specifying their full path this way instead:
5959

60-
make lint GOLINT=/usr/bin/golint
60+
make lint REVIVE=/usr/bin/revive
6161

6262
Files other than `.gitignore` and `Makefile` are just examples.
6363

6464
## Misc
6565

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-
7066
If you prefer, you can also include this Makefile into another one.
7167
Rename it to `hellogopher.mk` and put in `Makefile` something like
7268
this:

0 commit comments

Comments
 (0)