blob: b8e066fedb64130f35f59fdace88c62f2c613fa0 [file] [log] [blame]
Jiri Simsad7616c92015-03-24 23:44:30 -07001// Copyright 2015 The Vanadium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Robin Thellend4523df62014-12-08 09:55:46 -08005// The following enables go generate to generate the doc.go file.
Jiri Simsa24a71552015-02-27 11:31:36 -08006//go:generate go run $VANADIUM_ROOT/release/go/src/v.io/x/lib/cmdline/testdata/gendoc.go . -help
Robin Thellend4523df62014-12-08 09:55:46 -08007
8package main
9
Matt Rosencrantz83b0b7f2015-03-26 16:17:01 -070010import (
11 "os"
12)
Matt Rosencrantz92303e12015-01-21 09:02:42 -080013
Robin Thellend4523df62014-12-08 09:55:46 -080014func main() {
Matt Rosencrantz92303e12015-01-21 09:02:42 -080015 os.Exit(cmdGCLogs.Main())
Robin Thellend4523df62014-12-08 09:55:46 -080016}