Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace fmt.Errorf with errors.New (#1689)
```shell prometheus/process_collector_darwin.go:28:25: fmt.Errorf can be replaced with errors.New (perfsprint) var notImplementedErr = fmt.Errorf("not implemented") ``` Signed-off-by: Kemal Akkoyun <[email protected]>
- Loading branch information