blob: 00968a0e4d3e9ad8a42e0b0971d2e3bb1978e4f9 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
import (
"v.io/x/lib/gosh"
"v.io/x/lib/gosh/internal/gosh_example_lib"
)
func main() {
gosh.InitChildMain()
lib.Serve()
}