golang.org/x/net/http2.GoAwayError.LastStreamID (field)

3 uses

	golang.org/x/net/http2 (current package)
		transport.go#L1792: 			LastStreamID: cc.goAway.LastStreamID,
		transport_common.go#L418: 	LastStreamID uint32
		transport_common.go#L425: 		e.LastStreamID, e.ErrCode, e.DebugData)