From 9cef9579e328ab42785e37b0251f21369a729fa6 Mon Sep 17 00:00:00 2001 From: simonkellet Date: Fri, 16 Sep 2022 13:09:03 +0100 Subject: [PATCH] test --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index d98a7cb..17bbe09 100644 --- a/main.go +++ b/main.go @@ -6,6 +6,8 @@ import ( "os" ) +//TODO: finish this! + func main() { //set up the flags for the program to use! var city, code, apiKey string