File: array.go

package info (click to toggle)
tendermint-go-common 0~20170309~0gitdcb015d-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 164 kB
  • ctags: 262
  • sloc: sh: 23; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 79 bytes parent folder | download | duplicates (2)
1
2
3
4
5
package common

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