Refactored some code to be faster and a little more elegant.

This commit is contained in:
jim teeuwen 2010-08-22 05:07:38 +02:00
parent 79794996d0
commit 6d8b8289d8
10 changed files with 438 additions and 420 deletions

6
xmlx/Makefile Normal file
View file

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