From f69ac3ba0cd7379baf428cc085ecb5bf80415819 Mon Sep 17 00:00:00 2001 From: quang Date: Mon, 16 Jan 2023 14:03:09 +0700 Subject: [PATCH] test --- model/location_request.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/location_request.go b/model/location_request.go index e4312ce..47ddd01 100644 --- a/model/location_request.go +++ b/model/location_request.go @@ -2,6 +2,7 @@ package model // LocationRequestPayload ... type ( + // LocationRequestPayload ... LocationRequestPayload struct { Province int `json:"province"` District int `json:"district"` -- 2.34.1