modified: src/Makefile
modified: src/document.go new file: src/entitymap.go
This commit is contained in:
parent
e0fdc48cf7
commit
4857865daf
3 changed files with 280 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
include $(GOROOT)/src/Make.$(GOARCH)
|
||||
|
||||
TARG=xmlx
|
||||
GOFILES=document.go node.go io.go\
|
||||
GOFILES=document.go node.go io.go entitymap.go\
|
||||
|
||||
|
||||
include $(GOROOT)/src/Make.pkg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue