gokogiri icon indicating copy to clipboard operation
gokogiri copied to clipboard

Update document.go

Open sergioangulo opened this issue 5 years ago • 6 comments

https://tip.golang.org/doc/go1.12#cgo (...)Mangled C names are no longer accepted in packages that use Cgo(...)

sergioangulo avatar Mar 19 '19 15:03 sergioangulo

Es un error de esta api. Debes cambiar esa linea de ese archivo que te marca error por la siguiente: nodePtr.doc = (*C.xmlDoc)(document.DocPtr())

image

rhernandez-itemsoft avatar May 04 '19 04:05 rhernandez-itemsoft

when this pr will be merged? Currently is not possible to use this library with new version of go

lzecca78 avatar Sep 11 '19 07:09 lzecca78

I need this too @jbowtie could you please merge it?

kivutar avatar Nov 16 '19 08:11 kivutar

I need this too @jbowtie could you please merge it?

Turi-fly avatar Dec 06 '19 09:12 Turi-fly

It's been merged in my fork for some time; I don't have commit rights on the moovweb version.

jbowtie avatar Dec 06 '19 21:12 jbowtie

Can we please merge this PR as I'm also getting this same error. I also tried to fork this repo and fix it in my repo but still I'm getting this error? any workaround or solution?

pjain05 avatar Jul 30 '23 12:07 pjain05