Chidley: I am trying to install Chidley

Hi All,

I am trying to install Chidley to my Go environment. But I could not able to do it.

It will be great help for me if any one can explain procedure to install the Chidley (https://github.com/gnewton/chidley).

Regards
Ravinder

Run:

go get github.com/gnewton/chidley

This downloads the source for github.com/gnewton/chidley and its dependencies, and, since that import path points to a main package, compiles it and puts the chidley binary in $GOPATH/bin/.

2 Likes

Thanks nathankerr, it worked for me chidley got installed, and go structs got generated.

Now I am trying to get the C lang Structures from the Go Structs which got generated (by $ chidley -G xml/test1.xml).

Could you please help me in getting C structs from Go Structs? Is there any library ?

Thanks
Ravinder

I responded in the other thread.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.