diff --git a/cmd/cmd.go b/cmd/cmd.go index 2464f00..8083b17 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -80,9 +80,7 @@ func New() (*cobra.Command, error) { } //nolint:forbidigo -func run(ctx context.Context, args []string, opts *options) error { - var result error - +func run(ctx context.Context, args []string, opts *options) (result error) { input := os.Stdin if len(args) > 1 { diff --git a/docs/legacy.yaml b/docs/legacy.yaml index 5577f3e..dcbdb6d 100644 --- a/docs/legacy.yaml +++ b/docs/legacy.yaml @@ -104,6 +104,7 @@ - k6/x/smtp - module: github.com/grafana/xk6-client-prometheus-remote description: Test Prometheus Remote Write performance + official: true imports: - k6/x/remotewrite - module: github.com/grafana/xk6-client-tracing