mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 06:33:16 +00:00
6 lines
79 B
Go
6 lines
79 B
Go
package common
|
|
|
|
func Arr(items ...interface{}) []interface{} {
|
|
return items
|
|
}
|