Skip to content

Instantly share code, notes, and snippets.

@kyriediculous
Created May 10, 2019 12:25

Revisions

  1. kyriediculous created this gist May 10, 2019.
    7 changes: 7 additions & 0 deletions rootCmd.go
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    // rootCmd represents the base command when called without any subcommands
    var rootCmd = &cobra.Command{
    Use: "blogclient",
    Short: "a gRPC client to communicate with the BlogService server",
    Long: `a gRPC client to communicate with the BlogService server.
    You can use this client to create and read blogs.`,
    }