Matt Rosencrantz | ed59193 | 2015-04-27 11:38:40 -0700 | [diff] [blame] | 1 | // Copyright 2015 The Vanadium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style |
| 3 | // license that can be found in the LICENSE file. |
| 4 | |
| 5 | // Package hello defines a simple client and server and uses them in a series |
| 6 | // of regression tests. The idea is for these programs to have stable interfaces |
| 7 | // (command line flags, output, etc) so that the test code won't need to change |
| 8 | // as the underlying framework changes. |
| 9 | package hello |