mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 01:41:31 +00:00
mv tmlibs files to libs dir
This commit is contained in:
5
libs/common/array.go
Normal file
5
libs/common/array.go
Normal file
@ -0,0 +1,5 @@
|
||||
package common
|
||||
|
||||
func Arr(items ...interface{}) []interface{} {
|
||||
return items
|
||||
}
|
Reference in New Issue
Block a user