docs(readme): update readme example with latest checkout version #172
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Linter:
reader/reader.go#L11
exported type Reader should have comment or be unexported
|
Linter:
reader/file.go#L1
should have a package comment
|
Linter:
reader/file.go#L8
exported type FileReader should have comment or be unexported
|
Linter:
reader/reader.go#L34
exported function CreateReader should have comment or be unexported
|
Linter:
reader/stdin.go#L7
exported const StdinFileName should have comment or be unexported
|
Linter:
reader/file.go#L12
exported method FileReader.Name should have comment or be unexported
|
Linter:
reader/file.go#L30
exported function NewFileReader should have comment or be unexported
|
Linter:
reader/stdin.go#L12
exported method StdinReader.Name should have comment or be unexported
|
Linter:
reader/stdin.go#L9
exported type StdinReader should have comment or be unexported
|
Linter:
parser/binary-parser.go#L1
should have a package comment
|
Loading