Anton Kaliaev 0b22b27bbb
avoid infinite recursion by proxying to iterator
```
WARNING: staticcheck, gosimple and unused are all set, using megacheck instead
db/go_level_db.go:126:15⚠️ infinite recursive call (SA5007) (megacheck)
db/go_level_db.go:135:17⚠️ infinite recursive call (SA5007) (megacheck)
db/mem_db.go:106:2⚠️ redundant return statement (S1023) (megacheck)
```

https://circleci.com/gh/tendermint/tmlibs/220

Also remove unnecessary return statement
2017-10-17 11:01:46 +04:00
2017-10-03 17:23:14 -04:00
2017-09-22 12:14:27 -04:00
2017-04-18 17:56:05 -04:00
2017-10-02 23:26:45 -04:00
2017-10-02 23:26:45 -04:00
2017-09-22 12:35:52 -04:00
2017-10-11 12:48:05 +04:00
2017-10-03 17:23:14 -04:00
2017-04-18 17:56:05 -04:00
Description
No description provided
Apache-2.0 63 MiB
Languages
Go 72.6%
C 17.7%
Shell 3.2%
Python 1.6%
Makefile 1%
Other 3.7%