From 835624dad873ef12cb0311c8b500ce5e33d6cf96 Mon Sep 17 00:00:00 2001 From: Mathilde Hertaas <maimh@stud.ntnu.no> Date: Thu, 6 Mar 2025 21:59:34 +0100 Subject: [PATCH] final --- handelers/constants.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/handelers/constants.go b/handelers/constants.go index d3c1725..23573f1 100644 --- a/handelers/constants.go +++ b/handelers/constants.go @@ -54,4 +54,5 @@ const COUNTRIESNOW_API = "http://129.241.150.113:3500/api/v0.1/countries" const RESTCOUNTRIES_API = "http://129.241.150.113:8080/v3.1/all" //population -const YEAR_LIMIT_REMINDER = "You can also specify how many years to display with {?<startYear-endYear>}.\n" \ No newline at end of file +const YEAR_LIMIT_REMINDER = "You can also specify how many years to display with {?<startYear-endYear>}.\n" + -- GitLab