mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
Begin writing debora
This commit is contained in:
5
common/array.go
Normal file
5
common/array.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package common
|
||||
|
||||
func Arr(items ...interface{}) []interface{} {
|
||||
return items
|
||||
}
|
Reference in New Issue
Block a user