mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Change order of slices in syncListsT
This commit is contained in:
@@ -20,8 +20,8 @@ import (
|
||||
|
||||
type syncListsT struct {
|
||||
Delete []string
|
||||
Upload []string
|
||||
Download []string
|
||||
Upload []string
|
||||
}
|
||||
|
||||
// GetSSHClient
|
||||
|
||||
Reference in New Issue
Block a user