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:
parent
d7c5849537
commit
40086bd92b
4 changed files with 23 additions and 23 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue