Skip to content
Snippets Groups Projects
  • Dan Lorenc's avatar
    60d4de7c
    Create a "cli" directory under cmd. · 60d4de7c
    Dan Lorenc authored
    This is the first step in code reorganization. This follows the patterns
    from kubernetes/kubernetes - each binary gets a directory under cmd/.
    The main.go file for each binary lives there.
    The commands live under cmd//app.
    60d4de7c
    History
    Create a "cli" directory under cmd.
    Dan Lorenc authored
    This is the first step in code reorganization. This follows the patterns
    from kubernetes/kubernetes - each binary gets a directory under cmd/.
    The main.go file for each binary lives there.
    The commands live under cmd//app.