1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-09 19:41:21 +00:00
2015-10-21 12:15:19 -07:00

6 lines
79 B
Go

package common
func Arr(items ...interface{}) []interface{} {
return items
}