1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-15 15:53:26 +00:00

Run goimports on all source files

This commit is contained in:
Gilbert Chen
2017-09-20 23:07:43 -04:00
parent 978212fd75
commit 923cd0aa63
49 changed files with 13570 additions and 13631 deletions

View File

@@ -7,7 +7,7 @@
package duplicacy
func CreateShadowCopy(top string, shadowCopy bool) (shadowTop string) {
return top
return top
}
func DeleteShadowCopy() {}