Last Operator Overview Emit only the last item emitted by an Observable. Example observable := rxgo.Just(1, 2, 3)().Last() Output: 3 Options WithBufferedChannel WithContext WithObservationStrategy WithErrorStrategy WithPublishStrategy