Move source files into src for a better looking front page

This commit is contained in:
Gilbert Chen
2017-06-07 14:04:11 -04:00
parent 36044e13c0
commit 42337d84c3
48 changed files with 1 additions and 1 deletions

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() {}