commit a971090fbce6201773c02955005c7b4261e56afb Author: Urko Date: Wed Feb 15 11:09:20 2023 +0100 feat: - gitignore - go mod init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2eea525 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..5c878b4 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module gitlab.com/urkob/go-cert-gen + +go 1.19