Sign in
vanadium
/
release.go.x.ref
/
e2fb5cf686166df47018c15c8fcc211bf4145d39
/
.
/
tools
/
namespace
/
main.go
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()
}