commit | dd1b580602911c8be426849f8412b20d199c746a | [log] [tgz] |
---|---|---|
author | Bogdan Caprita <caprita@google.com> | Tue May 26 17:16:20 2015 -0700 |
committer | Bogdan Caprita <caprita@google.com> | Tue May 26 17:16:23 2015 -0700 |
tree | 0013eafda1985f0f3dc04be973f45311da5f6a21 | |
parent | d531a7e6e7a7aa54ff07f22c0bf0443b66c56fb5 [diff] |
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
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.