Re: [go-nuts] Re: golang with XSLT

2019-08-19 Thread Sam Whited
On Mon, Aug 19, 2019, at 20:31, 'Eric Johnson' via golang-nuts wrote: > Tips: > * When ever you're wondering about a good library for , two good > places to start are https://go-search.org , and > https://github.com/avelino/awesome-go. Also try searching on https://godoc.org/ —Sam -- You

[go-nuts] Re: golang with XSLT

2019-08-19 Thread 'Eric Johnson' via golang-nuts
Tips: - When ever you're wondering about a good library for , two good places to start are https://go-search.org , and https://github.com/avelino/awesome-go. - As an alternative to finding a Go implementation, reuse an existing one (libxslt) by calling out to C code. It may s