No more Makefiles. Use go command to build and install. Temporarily removed dependency of external go-charset package. It is incompatible with new Go versions and is not updated by the author. We should find a replacement for it. This may cause problems with xml files supplied in non-utf8 encodings.

This commit is contained in:
jim teeuwen 2012-02-09 17:30:21 +01:00
parent 6e76dc96aa
commit b14dd79d8d
3 changed files with 5 additions and 28 deletions

15
README
View file

@ -12,20 +12,7 @@
DEPENDENCIES
================================================================================
goinstall go-charset.googlecode.com/hg/charset
================================================================================
USAGE
================================================================================
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
Using it:
import xmlx "github.com/jteeuwen/go-pkg-xmlx"
none
================================================================================
API