Create distinct named module

This commit is contained in:
2023-10-07 14:57:37 -05:00
parent 518d02a57d
commit e3e8740010
3 changed files with 2316 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Dupluxe
# Dupluxy
An experimental Duplicacy derivative with improved support for preserving state on UNIX like systems. Produces snapshots compatible with Duplicacy.

2314
dupluxy/dupluxy.go Normal file

File diff suppressed because it is too large Load Diff

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/gilbertchen/duplicacy
module github.com/dupluxy/dupluxy
go 1.20