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