From e5b3209d559e40f253017f186b72453962c5c7d0 Mon Sep 17 00:00:00 2001 From: Martin Martinez Rivera Date: Mon, 13 May 2019 17:07:21 -0700 Subject: [PATCH] Fix golint warnings in ee/backup package. (#3407) --- ee/backup/run.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ee/backup/run.go b/ee/backup/run.go index ed592ee246d..92840252233 100644 --- a/ee/backup/run.go +++ b/ee/backup/run.go @@ -30,7 +30,10 @@ import ( "google.golang.org/grpc" ) +// Restore is the sub-command used to restore a backup. var Restore x.SubCommand + +// LsBackup is the sub-command used to list the backups in a folder. var LsBackup x.SubCommand var opt struct {