Sign in
vanadium
/
release.go.x.ref
/
20afa26d5e7b8ebabd81c1b4f0c3a2d2dcb9359b
/
.
/
tools
/
namespace
/
main.go
blob: 4a0ff2d35f66e54ba705ed31af77afa2bb96269c [
file
] [
log
] [
blame
]
// A command-line tool to interface with the veyron namespace.
package main
import (
"veyron/tools/namespace/impl"
"veyron2/rt"
)
func main() {
defer rt.Init().Shutdown()
impl.Root().Main()
}