Initial commit

This commit is contained in:
nemunaire 2024-05-29 12:09:19 +02:00
commit d1600c38c8
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
demo-meetup

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module demo-meetup
go 1.22.3