This is an example project I wrote for a youtube tutorial about webscraping using golang and gocolly
It extracts data from a tracking differences website and stores it into a struct.
type EtfInfo struct {
Title string
Replication string
Earnings string
TotalExpenseRatio string
TrackingDifference string
FundSize string
}