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:
commit
0a655c2756
7 changed files with 627 additions and 0 deletions
8
src/Makefile
Normal file
8
src/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
include $(GOROOT)/src/Make.$(GOARCH)
|
||||
|
||||
TARG=xmlx
|
||||
GOFILES=document.go node.go io.go\
|
||||
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
Loading…
Add table
Add a link
Reference in a new issue