Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatard committed Apr 8, 2021
1 parent 3ff7dbe commit 492d925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ go vet is a Go standard tool for analyzing source code.

1. Install noctx.
```sh
$ go get -u github.com/sonatard/noctx/cmd/noctx
$ go install github.com/sonatard/noctx/cmd/noctx@latest
```

2. noctx execute
Expand All @@ -29,7 +29,7 @@ $ go vet -vettool=`which noctx` main.go

golangci-lint is a fast Go linters runner.

1. Install golangci-lint.
1. Install golangci-lint.
[golangci-lint - Install](https://golangci-lint.run/usage/install/)

2. Setup .golangci.yml
Expand Down

0 comments on commit 492d925

Please sign in to comment.