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