Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the infer README.md logging example (#250)
Update the infer/README.md logging example from the old way `ctx.Logf(diag.Warning, "file %q already deleted", props.Path)` to the new way `p.GetLogger(ctx).Warningf("file %q already deleted", props.Path)`
- Loading branch information