Browse Source

Delete libs/common/array.go

closes https://github.com/tendermint/tmlibs/issues/133
pull/1862/head
Zach 6 years ago
committed by GitHub
parent
commit
489f2525bd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      libs/common/array.go

+ 0
- 5
libs/common/array.go View File

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

Loading…
Cancel
Save