When I run tests/test I get:
13c13
< ecb542a30fc75c71a0c6380692cbbc4266ccbce4 json{}
---
> 199188dc8f1522426a628e41d96264bffb8beb0f json{}
37c37
< 97d170e1550eee4afc0af065b78cda302a97674c #toc li + a json{}
---
> cd0d4cc32346750408f7d4f5e78ec9a6e5b79a0d #toc li + a json{}
I tried bisecting, but I can't compile anything between 0b21bd0 (the last good commit) and fb09a23 (the first bad commit), due to some sort of dependency problem that I can't figure out (I've never used go before). My suspicion is that the culprit is probably 6d1318b, since that commit changes the way json{} is displayed, but doesn't update the tests.
When I run
tests/testI get:I tried bisecting, but I can't compile anything between 0b21bd0 (the last good commit) and fb09a23 (the first bad commit), due to some sort of dependency problem that I can't figure out (I've never used go before). My suspicion is that the culprit is probably 6d1318b, since that commit changes the way
json{}is displayed, but doesn't update the tests.