items needs to be an allocatable array. It is reallocated on assignment to a constructor containing the elements from the start of the array to i-1 and from j to the end.
import"slices"
items = slices.Delete(items, i, j)
This generic func slices.Delete works for all slice types.