Initial commit with methods module

This commit is contained in:
Fabio Scotto di Santolo
2024-11-19 12:22:09 +01:00
parent cbe2ed118f
commit ecb4ea20a8
8 changed files with 65 additions and 2 deletions

8
.gitignore vendored
View File

@@ -18,8 +18,12 @@
# vendor/
# Go workspace file
go.work
go.work.sum
#go.work
#go.work.sum
# env file
.env
# Intellij IDEA files
.idea
*.iml