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:
parent
6e76dc96aa
commit
b14dd79d8d
3 changed files with 5 additions and 28 deletions
15
README
15
README
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue