Reorganize src directory

This commit is contained in:
Gilbert Chen
2017-06-02 16:33:36 -04:00
parent 89f7a2e8df
commit 4a1dc01ff4
48 changed files with 1 additions and 1 deletions

13
duplicacy_shadowcopy.go Normal file
View File

@@ -0,0 +1,13 @@
// Copyright (c) Acrosync LLC. All rights reserved.
// Licensed under the Fair Source License 0.9 (https://fair.io/)
// User Limitation: 5 users
// +build !windows
package duplicacy
func CreateShadowCopy(top string, shadowCopy bool) (shadowTop string) {
return top
}
func DeleteShadowCopy() {}