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

12
makefile Normal file
View file

@ -0,0 +1,12 @@
all:
make -C xmlx install
test:
make -C xmlx test
clean:
make -C xmlx clean
format:
gofmt -w .