commit 62ef42fa99f00d61e89c521a2f4a845b1306e240 Author: Andre Heber Date: Wed Oct 26 21:03:40 2022 +0200 first commit 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