From 9d7e5244da02e8ca84e2c3c13ae1d90e03063e39 Mon Sep 17 00:00:00 2001 From: MrShtein Date: Sat, 11 May 2024 18:34:10 +0300 Subject: [PATCH] fix: Fixed comments after auto refactoring by ide --- api/model/model.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/model/model.go b/api/model/model.go index a5c3563..54d1314 100644 --- a/api/model/model.go +++ b/api/model/model.go @@ -92,7 +92,7 @@ type ( // full documentation https://confluence.hflabs.ru/pages/viewpage.action?pageId=222888017 BoundValue string - // Address base struct for datdata.AddressByCoordinates + // Address base struct for dadata.Address Address struct { Source string `json:"source"` // Исходный адрес одной строкой Result string `json:"result"` // Стандартизованный адрес одной строкой