Ad
  • Default User Avatar

    Not entirely sure this is solvable with current go. Initialising a nil slice will currently return []. Returning nil if the slice == nil will also return []. Very, very confused about how to progress from here.