Got rid of depracated Node api functions. Removed dependency on go-iconv in favor of go-charset (See README). go-charset is a native Go package and thus requires no CGO functionality. Meaning go-pkg-xmlx and go-pkg-rss can now be used in Google AppEngine. Some speed and memory efficiency improvements added. Should now do a lot less []byte -> string conversions.

This commit is contained in:
jim teeuwen 2011-05-11 17:44:09 +02:00
parent 882ba8d0bb
commit ea7fc45209
5 changed files with 128 additions and 244 deletions

5
README
View file

@ -12,13 +12,14 @@
DEPENDENCIES
================================================================================
goinstall github.com/sloonz/go-iconv/src
goinstall go-charset.googlecode.com/hg/charset
================================================================================
USAGE
================================================================================
Getting the package up and running is simple enough:
Getting the package up and running is simple enough. This should also
automatically take care of any dependencies for you:
$ goinstall github.com/jteeuwen/go-pkg-xmlx