dukex / mixpanel

Golang Mixpanel Client
MIT License
61 stars 33 forks source link

Use context in all http requests #16

Open yurifedoseev opened 1 year ago

yurifedoseev commented 1 year ago

HTTP requests require using context object for controlling requests lifetime: timeouts, cancel, graceful shutdown. If calling code doesn't require context it can use a stub via context.TODO()

yurifedoseev commented 10 months ago

@dukex Hi, could you help to review this MR?