A cmw rewrite in Go
Find a file
Elia el Lazkani ae431b71b5 A few code improvements, turns out I didn't need an interface after all.
* Created a proper struct for the weather
* Created methods to the weather struct to handle weather requests
2020-02-25 22:45:50 +01:00
LICENSE Adding the initial code 2020-02-16 22:09:47 +01:00
main.go A few code improvements, turns out I didn't need an interface after all. 2020-02-25 22:45:50 +01:00
README.md Updating README 2020-02-16 22:24:31 +01:00

Go CMW

go-cmw is a cmw rewrite in Go.

Reason

This project is a journey of learning Golang. If you would like to make an MR, please go right ahead, it would be a good learning process for me.