From 62ef42fa99f00d61e89c521a2f4a845b1306e240 Mon Sep 17 00:00:00 2001 From: Andre Heber Date: Wed, 26 Oct 2022 21:03:40 +0200 Subject: [PATCH] first commit --- README.md | 3 +++ go.mod | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 README.md create mode 100644 go.mod diff --git a/README.md b/README.md new file mode 100644 index 0000000..7cc03ea --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +#README + +testing CouchDB with go diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..b9717b8 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module gitea.futureblog.com/andre/go_couch_test + +go 1.18