mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 17:31:34 +00:00
move all files to common/ to begin repo merge
This commit is contained in:
5
common/array.go
Normal file
5
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