johnsonjh / jleveldb

jleveldb: JLevelDB is an implementation of the LevelDB key/value database in the Go programming language, based on GoLevelDB

Home Page:https://github.com/johnsonjh/jleveldb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(CRT-A0001) Shadow of builtin detected

johnsonjh opened this issue · comments

Description

For example: go len := 10 should be replaced by: go length := 10 Builtins like len are not real functions. They are looked up in the current scope when the code is being compiled, and if there is no definition of len in that scope, the compiler …

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/johnsonjh/jleveldb/issue/CRT-A0001/occurrences/

⚠️ This has been marked to be closed in 7 days.