1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-28 05:31:20 +00:00
2015-04-14 04:14:18 -07:00

6 lines
79 B
Go

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