blob: 64f046e11b516e7abfff92b3c44a81b8688ee97f [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().Cleanup()
impl.Root().Main()
}