commit 06ec478d38d33be7bbb1e88b613bea7c7d887b52 Author: Jordan Hotmann Date: Wed Sep 13 22:02:08 2023 -0600 initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a1aebe --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# WIP \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..d730c67 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module code.jhot.me/jhot/docker-s3-backup + +go 1.20