services/device/device: shuffle code: {<cmd>|<cmd>_test}.go instead of *impl*.go

Break up the various *impl.go and *impl_test.go and create per-command source
files. This makes it easier to navigate the code, makes it clear what's uses
where, and removes the quasi-arbitrary groupings.

For code that's meant to be used across unit tests, created util_test.go.

Change-Id: Iddaf8cfcf4b0fc053fd767c8580a33e83bbc6fc1
27 files changed
tree: 0013eafda1985f0f3dc04be973f45311da5f6a21
  1. cmd/
  2. examples/
  3. internal/
  4. lib/
  5. runtime/
  6. services/
  7. test/
  8. .gitignore
  9. AUTHORS
  10. CONTRIBUTORS
  11. envvar.go
  12. envvar_test.go
  13. LICENSE
  14. PATENTS
  15. README.md
  16. 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.