Delete libs/common/array.go

closes https://github.com/tendermint/tmlibs/issues/133
This commit is contained in:
Zach 2018-07-02 16:14:40 -04:00 committed by GitHub
parent 931b465a05
commit 489f2525bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
package common
func Arr(items ...interface{}) []interface{} {
return items
}