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:
Yash Raj Singh 2023-04-24 11:26:41 +05:30 committed by GitHub
parent 2d98e8fe1e
commit 7ace561e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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