First commit

This commit is contained in:
Melon 2024-05-07 23:56:39 +01:00
commit 32680e7d53
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea/

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/1f349/daisy
go 1.22