chore: init go mod

This commit is contained in:
Artem Mezentsev 2025-04-13 12:31:19 +03:00
parent cc71407726
commit 2f626861d4
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.envrc
.aider*

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module metrics-counter
go 1.24.1