mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-27 07:42:14 +00:00
6 lines
79 B
Go
6 lines
79 B
Go
|
package common
|
||
|
|
||
|
func Arr(items ...interface{}) []interface{} {
|
||
|
return items
|
||
|
}
|