mirror of
https://github.com/jkaninda/go-storage.git
synced 2025-12-07 09:09:38 +01:00
refactor: refactoring of code to meet all go lint requirements
This commit is contained in:
@@ -31,8 +31,8 @@ type Storage interface {
|
||||
Name() string
|
||||
}
|
||||
type Backend struct {
|
||||
//Local Path
|
||||
// Local Path
|
||||
LocalPath string
|
||||
//Remote path or Destination path
|
||||
// Remote path or Destination path
|
||||
RemotePath string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user