initial commit

This commit is contained in:
2022-02-19 10:17:45 +01:00
commit ff4d399551
6 changed files with 413 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module vikingowl/getweather
go 1.17
require rsc.io/quote v1.5.2
require (
github.com/joho/godotenv v1.4.0 // indirect
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c // indirect
rsc.io/sampler v1.3.0 // indirect
)