mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-23 09:08:26 +01:00
Fixed Golint & FGT installation commands in Project Setup Documentation (#18282)
Fixed Golint & FGT installation commands Signed-off-by: yrs147 <yashraj14700728@gmail.com>
This commit is contained in:
parent
2d98e8fe1e
commit
7ace561e55
@ -250,8 +250,8 @@ because golint gives suggestions according to the stylistic conventions listed i
|
||||
```
|
||||
#Install fgt and golint
|
||||
|
||||
go get -u golang.org/x/lint/golint
|
||||
go get github.com/GeertJohan/fgt
|
||||
go install golang.org/x/lint/golint@latest
|
||||
go install github.com/GeertJohan/fgt@latest
|
||||
|
||||
#In the #working_dir/harbor, run
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user