This website requires JavaScript.
Explore
Help
Sign In
an
/
go-pkg-xmlx
Watch
1
Star
0
Fork
You've already forked go-pkg-xmlx
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
d0d1c2f9f5
go-pkg-xmlx
/
makefile
12 lines
95 B
Makefile
Raw
Normal View
History
Unescape
Escape
Refactored some code to be faster and a little more elegant.
2010-08-22 03:07:38 +00:00
all
:
make -C xmlx install
test
:
make -C xmlx
test
clean
:
make -C xmlx clean
gofmt -w .
Fixed bug in Document.LoadStream() function.
2010-12-19 19:45:57 +00:00