blob: 71a015aa2d5ba5415d69216a445f7315ef43c646 [file] [log] [blame]
Robin Thellend9259f3b2014-05-21 10:07:24 -07001package main
2
3import (
Robin Thellend308aae02014-05-29 12:55:56 -07004 "veyron/tools/profile/impl"
Robin Thellend9259f3b2014-05-21 10:07:24 -07005
6 "veyron2/rt"
7)
8
9func main() {
10 r := rt.Init()
11 defer r.Shutdown()
12
13 impl.Root().Main()
14}