1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-05-18 17:41:19 +00:00
2017-04-18 16:33:22 -04:00

6 lines
79 B
Go

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