Sign in
vanadium
/
release.go.x.ref
/
490a45180d000652d18d916fdd68a3fc77539587
/
.
/
tools
/
vrpc
/
main.go
blob: f52ab6f0bb5fe77cc73630218a99bdede21aa6f1 [
file
] [
log
] [
blame
]
// The following enables go generate to generate the doc.go file.
//go:generate go run $VEYRON_ROOT/lib/cmdline/testdata/gendoc.go .
package main
import (
"veyron.io/veyron/veyron2/rt"
)
func main() {
defer rt.Init().Cleanup()
root().Main()
}