Re: [go-nuts] Re: chidley: XML to Go structs

2017-06-14 Thread singhania . shrink
I have this in my bash_profile: export PATH=/usr/local/bin:/usr/local/sbin:$PATH *export GOPATH = /Users/ssinghania/go/* export CLASSPATH=".:/usr/local/lib/antlr-4.6-complete.jar:$CLASSPATH" On Wednesday, June 14, 2017 at 1:53:53 PM UTC-4, Ian Lance Taylor wrote: > > On Wed, Jun 14, 2017 at

[go-nuts] Re: chidley: XML to Go structs

2017-06-14 Thread singhania . shrink
To install chidley, I did the following: go get github.com/gnewton/chidley This worked. However, issue on chidley -W xml/test1.xml > examples/test/ChildTest1.go -bash: chidley: command not found How do I fix this? Thanks On Thursday, August 28, 2014 at 7:33:27 AM UTC-4, Glen Newton wrote: