andelf / go-curl

golang curl(libcurl) binding.
Apache License 2.0
478 stars 129 forks source link

use C.struct, not _Ctype_struct #66

Open mindscratch opened 5 years ago

mindscratch commented 5 years ago

Using cgo with Go 1.12 fails

# github.com/andelf/go-curl
../src/github.com/andelf/go-curl/easy.go:408:22: identifier "_Ctype_struct_curl_slist" may conflict with identifiers generated by cgo

references: