lib/stats: Add Incr() to stats.Map

Incr() increments the value associated with a key. It is a no-op for
non-numeric types.

Change-Id: I4d14eb1da7ac045a965bd20c852695c162ec40ec
2 files changed
tree: 25756c25c32eb1173376fc5dbb33920d8bbd357f
  1. cmd/
  2. envvar/
  3. examples/
  4. internal/
  5. lib/
  6. profiles/
  7. services/
  8. test/
  9. .gitignore
  10. AUTHORS
  11. CONTRIBUTORS
  12. LICENSE
  13. PATENTS
  14. README.md
  15. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.