test git
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package segments
|
||||
|
||||
// IDs gets array of IDs from ListSegment struct
|
||||
func (list ListSegment) IDs() []string {
|
||||
res := make([]string, 0, len(list))
|
||||
for _, item := range list {
|
||||
res = append(res, item.ID)
|
||||
}
|
||||
return res
|
||||
}
|
||||
Reference in New Issue
Block a user