Refactored some code to be faster and a little more elegant.
This commit is contained in:
parent
79794996d0
commit
6d8b8289d8
10 changed files with 438 additions and 420 deletions
12
makefile
Normal file
12
makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
all:
|
||||
make -C xmlx install
|
||||
|
||||
test:
|
||||
make -C xmlx test
|
||||
|
||||
clean:
|
||||
make -C xmlx clean
|
||||
|
||||
format:
|
||||
gofmt -w .
|
Loading…
Add table
Add a link
Reference in a new issue