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

View File

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