2018-07-01 22:36:03 -04:00

6 lines
79 B
Go

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