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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user