blob: 61a93d653f39c723eacbe40dcae0a06b5583d3c6 [file] [log] [blame]
Robin Thellend6b17da72014-05-14 09:55:14 -07001package main
2
3import (
Robin Thellend1e8ee512014-05-29 13:17:05 -07004 "veyron/tools/mounttable/impl"
Robin Thellend6b17da72014-05-14 09:55:14 -07005
6 "veyron2/rt"
7)
8
9func main() {
Bogdan Caprita4258d882014-07-02 09:15:22 -070010 defer rt.Init().Cleanup()
Robin Thellend6b17da72014-05-14 09:55:14 -070011 impl.Root().Main()
12}