Changed the data types to be able to hold a companys NIF

This commit is contained in:
2025-09-20 23:47:44 +01:00
parent b578976dad
commit 3821c3fffc
8 changed files with 24672 additions and 9 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ func Scrape() models.SWList {
sw.Name = el.ChildText("td:nth-child(1)")
sw.Version = el.ChildText("td:nth-child(2)")
sw.Developer = el.ChildText("td:nth-child(3)")
sw.Developer.Name = el.ChildText("td:nth-child(3)")
sw.CertNo = certNo
sw.State = el.ChildText("td:nth-child(5)")
sw.CertDate = date