We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b5aad8 + 2f1f664 commit 216410cCopy full SHA for 216410c
cmd/cmd.go
@@ -80,9 +80,7 @@ func New() (*cobra.Command, error) {
80
}
81
82
//nolint:forbidigo
83
-func run(ctx context.Context, args []string, opts *options) error {
84
- var result error
85
-
+func run(ctx context.Context, args []string, opts *options) (result error) {
86
input := os.Stdin
87
88
if len(args) > 1 {
docs/legacy.yaml
@@ -104,6 +104,7 @@
104
- k6/x/smtp
105
- module: github.com/grafana/xk6-client-prometheus-remote
106
description: Test Prometheus Remote Write performance
107
+ official: true
108
imports:
109
- k6/x/remotewrite
110
- module: github.com/grafana/xk6-client-tracing
0 commit comments