aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2021-08-20 16:31:59 +0200
committern-peugnet <n.peugnet@free.fr>2021-08-20 16:31:59 +0200
commitda20d649b3775c4c061ff2aeefe1cea44bac1d19 (patch)
treea60741160f6959325d73fbcf10c1bbb781809d85 /go.mod
downloaddna-backup-da20d649b3775c4c061ff2aeefe1cea44bac1d19.tar.gz
dna-backup-da20d649b3775c4c061ff2aeefe1cea44bac1d19.zip
initial commit
first working chunking logic
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..cdc2a48
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/n-peugnet/dna-backup
+
+go 1.16