tree
Package tree implements a tree serialiser and reader.
-
Filename
Size
Last Commit Date
Commit Message
-
..
-
LICENSE
767
2025/04/25 19:33:04
added LICENSE
-
README.md
9369
2025/05/06 19:11:47
regen'd
-
go.mod
92
2025/04/21 20:32:02
add go mod files
-
go.sum
177
2025/04/21 20:32:02
add go mod files
-
mem.go
3303
2025/05/05 17:58:06
corrected typos
-
mem_test.go
1417
2025/05/06 19:09:28
added testing of DataLen and NumChildren methods
-
nodes.go
4964
2025/05/05 18:14:45
need to initialise map
-
nodes_test.go
1199
2025/05/05 18:14:57
added Merge test
-
read.go
7350
2025/05/06 19:11:34
corrected typo
-
read_test.go
4956
2025/05/06 19:09:28
added testing of DataLen and NumChildren methods
-
write.go
3574
2025/05/06 19:13:55
no need to uses bytes.Compare, strings.Compare is now optimised
-
write_test.go
2955
2025/05/06 18:56:15
added test to check error is correctly returned from a WriterTo