Merge pull request #1862 from tendermint/zramsay-patch-1

Delete libs/common/array.go
This commit is contained in:
Alexander Simmerl 2018-07-03 17:45:06 +02:00 committed by GitHub
commit 7a61e8cf9d
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
}