Skip to content

Tags: lubit/go

Tags

v1.1.6

Toggle v1.1.6's commit message
update README

1.1.5

Toggle 1.1.5's commit message
fix json-iterator#295 decoder more was not compatible with standard l…

…ibrary

v1.1.5

Toggle v1.1.5's commit message
fix json-iterator#295 decoder more was not compatible with standard l…

…ibrary

1.1.4

Toggle 1.1.4's commit message
fix json-iterator#276 allow rename when set naming strategy

1.1.3

Toggle 1.1.3's commit message
suport encode map[interface{}]interface{}

1.1.2

Toggle 1.1.2's commit message
use concurrent.Map for 1.8 support

1.1.1

Toggle 1.1.1's commit message
upgrade reflect2

1.1.0

Toggle 1.1.0's commit message
detect remaining bytes

1.0.6

Toggle 1.0.6's commit message
fix coverage

1.0.5

Toggle 1.0.5's commit message
cow cache is not same, as map read will modify the underlying map. us…

…e sync.Map for 1.9 and above, and mutex if sync.Map not available