Closed Mercy811 closed 2 years ago
Question: In typescript, the BaseEvent class extends the EventOptions class. So the keys in EventOptions are at the same level as event_type / event_properties and etc. https://github.com/amplitude/Amplitude-TypeScript/blob/main/packages/analytics-types/src/base-event.ts#L11
In go here, we have another key for EventOptions in the Event struct. Are those two align?
I think Go does not have inheritance like other languages do; and this is the closest thing in Go.
Summary
Checklist