Browse Source
Merge pull request #1862 from tendermint/zramsay-patch-1
Delete libs/common/array.go
pull/1899/head
Alexander Simmerl
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
5 deletions
-
libs/common/array.go
|
@ -1,5 +0,0 @@ |
|
|
package common |
|
|
|
|
|
|
|
|
|
|
|
func Arr(items ...interface{}) []interface{} { |
|
|
|
|
|
return items |
|
|
|
|
|
} |
|
|
|