commit 18ce1d67380c8fa6e7c752919f6362bd8822bd21 Author: Emmanuel BenoƮt Date: Sat Oct 30 11:35:55 2021 +0200 Created project repo diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6a365c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin +go.sum \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..1ab1db4 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module nocternity.net/go/fetchcert + +go 1.17