feat: add gnoutil, centralizing pkg/file matching #2374
Annotations
4 errors
lint:
gnovm/pkg/gnoutil/gnoutil.go#L342
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
lint:
gnovm/pkg/gnoutil/gnoutil.go#L353
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
lint:
gnovm/pkg/gnoutil/gnoutil.go#L367
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
lint
issues found
|