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()
}