context-as-argument
Default severity: warning
Require context.Context to be the first parameter. Default: enabled.
func Load(id string, ctx context.Context) errorfunc Load(ctx context.Context, id string) errorDefault severity: warning
Require context.Context to be the first parameter. Default: enabled.
func Load(id string, ctx context.Context) errorfunc Load(ctx context.Context, id string) error