go mod init

This commit is contained in:
Michael Thomson 2025-02-05 15:13:55 -05:00
parent c2f37650c6
commit ffea4ddacd
No known key found for this signature in database
GPG Key ID: 8EFECCD347C72F7D

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module gitea.michaelthomson.dev/mthomson/habits
go 1.22.9