Fix issue 1: Added dependency to go-iconv. this lib is needed to ensure we pass valud UTF-8 encoded data to the XML tokenizer.

This commit is contained in:
jim teeuwen 2011-01-18 21:31:56 +01:00
parent bacbff0e71
commit 02d19ed0bd
9 changed files with 101 additions and 76 deletions

View file

@ -1,6 +1,6 @@
include $(GOROOT)/src/Make.inc
TARG = xmlx
GOFILES = document.go node.go io.go entitymap.go\
GOFILES = document.go node.go entitymap.go
include $(GOROOT)/src/Make.pkg