go.mod & .gitignore

This commit is contained in:
Laurent Le Houerou 2022-05-18 16:57:37 +04:00
commit 20a4fe2fec
2 changed files with 6 additions and 0 deletions

3
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.idea/
# Go workspace file
go.work

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.lehouerou.net/laurent/netatmo
go 1.18