Changed the data types to be able to hold a companys NIF
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user