From 279ba2a0c5562e75c285bc9d4ed55fd4abc9aee1 Mon Sep 17 00:00:00 2001 From: Nibras Ahmed Date: Fri, 20 Jan 2023 10:41:42 +0500 Subject: [PATCH] changes go.md --- docs/go.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/go.md b/docs/go.md index 4cc6768..9e3d4c4 100644 --- a/docs/go.md +++ b/docs/go.md @@ -20,7 +20,7 @@ go get github.com/CapregSoft/Hawqal-go ## Filters -By default all the Filters are set to False. If certain value is not required set that filter to True +By default, all filters are 'false' to ensure that only the desired data is displayed. | Country Filter |State Filter |City Filter |---------- |---------- |---------- @@ -122,6 +122,8 @@ hawqal.GetCountries(&models.CountryFilter{Currency: true, Currency_name: true, C ] ``` + + # Country - ### Returns Single Country along with Filters