Hello, I am a robot. #1

Closed
fyrchik wants to merge 70 commits from test-2144074865 into master
Showing only changes of commit 2dc86058c3 - Show all commits

View file

@ -88,7 +88,6 @@ func (s *memstoreImpl) Exists(req common.ExistsPrm) (common.ExistsRes, error) {
_, exists := s.objs[key]
return common.ExistsRes{Exists: exists}, nil
}
func (s *memstoreImpl) Put(req common.PutPrm) (common.PutRes, error) {