From 93e9bd6603d8e94f971f486e4c2665c465cddf37 Mon Sep 17 00:00:00 2001 From: risotto Date: Sun, 29 Dec 2024 03:41:45 -0700 Subject: [PATCH] init module --- ftp.go | 1 + go.mod | 3 +++ s3.go | 1 + 3 files changed, 5 insertions(+) create mode 100644 ftp.go create mode 100644 go.mod create mode 100644 s3.go diff --git a/ftp.go b/ftp.go new file mode 100644 index 0000000..d198ca8 --- /dev/null +++ b/ftp.go @@ -0,0 +1 @@ +package edifice diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..860d925 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.bivouac.wiki/go/edifice + +go 1.22.5 diff --git a/s3.go b/s3.go new file mode 100644 index 0000000..d198ca8 --- /dev/null +++ b/s3.go @@ -0,0 +1 @@ +package edifice