// Package runtime contains example Veyron programs to demonstrate correct, | |
// idiomatic usage of the Veyron runtime APIs. | |
package runtime | |
// TODO(caprita): Using these as a basis, develop a suite of codelab examples | |
// that introduce developers to writing servers (stateful and stateless), | |
// setting up their shutdown, etc. |