- gitignore
- go mod init
This commit is contained in:
Urko 2023-02-15 11:09:20 +01:00
commit a971090fbc
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module gitlab.com/urkob/go-cert-gen
go 1.19