Skip to content

Commit

Permalink
Fix golint warnings in ee/backup package. (hypermodeinc#3407)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr authored and dna2github committed Jul 19, 2019
1 parent d83dd5d commit e5b3209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ee/backup/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e5b3209

Please sign in to comment.