Y
Hacker News
new
|
ask
|
show
|
jobs
by
Chiron1991
1099 days ago
Not too familiar with go toolchains, but I bet there's a linter that will warn you about shadowing builtins.
1 comments
Mawr
1099 days ago
Yep: "variable append has same name as predeclared identifier (predeclared) go-golangci-lint"
link