News

We should remove the context field from the struct and instead pass it explicitly as the first argument to any method that requires it. It is preferred to pass context.Context as the first argument to ...