Skip to content
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.

common: remove array.go and helper function Arr #133

Closed
odeke-em opened this issue Jan 28, 2018 · 1 comment
Closed

common: remove array.go and helper function Arr #133

odeke-em opened this issue Jan 28, 2018 · 1 comment

Comments

@odeke-em
Copy link
Contributor

Please consider deleting/removing the file array.go whose only constituent is

package common
func Arr(items ...interface{}) []interface{} {
return items
}

It doesn't seem to be used anywhere within the organization as per
https://github.com/search?q=org%3Atendermint+Arr&type=Code
and it is just creating noise for coverage testing

zramsay added a commit to tendermint/tendermint that referenced this issue Jul 2, 2018
@zramsay
Copy link
Contributor

zramsay commented Jul 2, 2018

@zramsay zramsay closed this as completed Jul 2, 2018
kfangw pushed a commit to kfangw/blockchain that referenced this issue Jun 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants