andelf / go-curl

golang curl(libcurl) binding.
Apache License 2.0
485 stars 131 forks source link

easy.go: update identifier to C.struct_curl_slist #68

Closed rilutham closed 4 years ago

rilutham commented 5 years ago

@andelf Please review this PR for Fixes #67

i78 commented 5 years ago

I can confirm that this resolves the /easy.go:408:22: identifier "_Ctype_struct_curl_slist" may conflict with identifiers generated by cgo issue.

Would love to have this merged if no contraindications are present.

walshbm15 commented 4 years ago

I ran into this same issue on Go version 1.13, and confirm this also resolves the issue there.

Any indication where this stands? Would also love to see this merged.

abhinavdangeti commented 4 years ago

Any updates here? This fix addresses problems I'm seeing with GOVERSION > 1.11.6

andelf commented 4 years ago

Thanks