From going through the tutorial in the README.md, I get these errors:
./main.go:58:21: undefined: smartcar.GetVehicleIDs
./main.go:63:33: smartcarClient.VehicleParams undefined (type smartcar.Client has no field or method VehicleParams)
from my go.mod:
go 1.16
require github.com/smartcar/go-sdk v1.4.0
From going through the tutorial in the README.md, I get these errors:
./main.go:58:21: undefined: smartcar.GetVehicleIDs
./main.go:63:33: smartcarClient.VehicleParams undefined (type smartcar.Client has no field or method VehicleParams)
from my go.mod:
go 1.16
require github.com/smartcar/go-sdk v1.4.0