new file: README

new file:   src/Makefile
	new file:   src/document.go
	new file:   src/io.go
	new file:   src/node.go
	new file:   src/test.xml
	new file:   src/xmlx_test.go
This commit is contained in:
jim teeuwen 2009-11-23 05:16:27 +01:00
commit 0a655c2756
7 changed files with 627 additions and 0 deletions

8
src/Makefile Normal file
View file

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