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
-5
View File
@@ -1,5 +0,0 @@
package common
func Arr(items ...interface{}) []interface{} {
return items
}