Do not export symbols from the main package

main packages are not importable; see the discussion at https://github.com/golang/go/issues/4210

Signed-off-by: Burcu Dogan <jbd@google.com>
This commit is contained in:
Burcu Dogan 2016-01-23 14:40:55 -08:00
parent d7c5849537
commit 40086bd92b
4 changed files with 23 additions and 23 deletions

View file

@ -10,7 +10,7 @@ import (
netcontext "golang.org/x/net/context"
)
var EventsCommand = cli.Command{
var eventsCommand = cli.Command{
Name: "events",
Usage: "receive events from the containerd daemon",
Action: func(context *cli.Context) {