This website requires JavaScript.
Explore
Help
Sign In
OpenSourceProjects
/
go-toml
Watch
1
Star
0
Fork
You've already forked go-toml
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c396e52632
go-toml
/
ast
History
Maurice Makaay
a28269800a
Make use of the new feature to run without sanity check on the parser, to make the big testfiles-based test suite faster.
2019-06-30 01:07:13 +00:00
..
ast.go
Implemented TOML arrays as a linked list, which prevents a lot of memory copying on large arrays. Also implemented a json comparison, inspired by BurnSushi's version, which makes the tests work when keys in JSON maps are not in the expected order.
2019-06-29 23:11:03 +00:00
ast_test.go
Make use of the new feature to run without sanity check on the parser, to make the big testfiles-based test suite faster.
2019-06-30 01:07:13 +00:00
burntsushi.go
Implemented TOML arrays as a linked list, which prevents a lot of memory copying on large arrays. Also implemented a json comparison, inspired by BurnSushi's version, which makes the tests work when keys in JSON maps are not in the expected order.
2019-06-29 23:11:03 +00:00
string.go
Implemented TOML arrays as a linked list, which prevents a lot of memory copying on large arrays. Also implemented a json comparison, inspired by BurnSushi's version, which makes the tests work when keys in JSON maps are not in the expected order.
2019-06-29 23:11:03 +00:00
string_test.go
Implemented TOML arrays as a linked list, which prevents a lot of memory copying on large arrays. Also implemented a json comparison, inspired by BurnSushi's version, which makes the tests work when keys in JSON maps are not in the expected order.
2019-06-29 23:11:03 +00:00