finish init

This commit is contained in:
jeff
2025-06-04 13:46:12 -07:00
parent 7678eb196f
commit ce57f022d4
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -25,3 +25,5 @@ go.work.sum
# env file
.env
# Jetbrains' IDEs
.idea

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.simplesystems.tech/jeff/current-weather
go 1.24.3