Change order of slices in syncListsT

This commit is contained in:
2026-01-09 00:07:39 -05:00
parent 3b4e75b592
commit 07ad0a1bd9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,8 +20,8 @@ import (
type syncListsT struct {
Delete []string
Upload []string
Download []string
Upload []string
}
// GetSSHClient