From 0c0135d7aeca9e7bd48574dfdc058b4c2830771d Mon Sep 17 00:00:00 2001 From: Mihail Stoykov Date: Wed, 24 Jan 2024 17:20:01 +0200 Subject: [PATCH 1/2] main: fix single lint issue --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index fb58c5f23dd..d639d060f8a 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,4 @@ +// Package main is just the place where k6 cli executable is put together package main import ( From 055e5359568bc1224f3aa0c3aac1a02cec65a8dc Mon Sep 17 00:00:00 2001 From: Mihail Stoykov <312246+mstoykov@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:40:35 +0200 Subject: [PATCH 2/2] Update main.go Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com> --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d639d060f8a..84212739b34 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Package main is just the place where k6 cli executable is put together +// Package main is the entry point for the k6 CLI application. It assembles all the crucial components for the running. package main import (