Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamelentyev committed Aug 2, 2022
1 parent f719e26 commit 5ab109e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ A linter that detect the possibility to use variables/constants from the Go stan

## Install

```
```bash
go install github.com/sashamelentyev/usestdlibvars
```

## Usage

```console
$ usestdlibvars -h
$ usestdlibvars -h
usestdlibvars: A linter that detect the possibility to use variables/constants from the Go standard library.

Usage: usestdlibvars [-flag] [package]
Expand All @@ -29,6 +29,8 @@ Flags:
suggest the use of crypto.Hash
-debug string
debug flags, any subset of "fpstv"
-default-rpc-path
suggest the use of rpc.DefaultXXPath
-fix
apply all suggested fixes
-flags
Expand Down Expand Up @@ -56,7 +58,6 @@ Flags:
-trace string
write trace log to this file
-v no effect (deprecated)

```

## Examples
Expand Down

0 comments on commit 5ab109e

Please sign in to comment.