Beta版厨子3.0®
Beta版厨子3.0®
i read bigcache source code and found the reason. ```go func (s *cacheShard) set(key string, hashedKey uint64, entry []byte) error { currentTimestamp := uint64(s.clock.Epoch()) ..... if previousIndex := s.hashmap[hashedKey]; previousIndex...
> #283 ? it's another panic .i want chat with ur telegram .
The problem still exists in version 3.0.1,panic: runtime error: index out of range [7] with length 0
This issue is the same as https://github.com/allegro/bigcache/issues/290 is it resolved?
+1 , the standard golang's json.Marshal outputs json.Number filed as int64 value ,but the easyjson outputs string value .