blob: f7d96c236cb5ad4c5a597996c0adb77761a9784c [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.MaybeWatchParent()
lib.Serve()
}