From 5cf591630fc2f1592f4dfa87770b13a1676a7ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gonz=C3=A1lez=20Lopes?= Date: Fri, 3 Jan 2025 14:24:37 +0100 Subject: [PATCH] Fix package name and description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel González Lopes --- cmd/newtemplates/templates.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/newtemplates/templates.go b/cmd/newtemplates/templates.go index cb421bf9e28..3f8ed58cdff 100644 --- a/cmd/newtemplates/templates.go +++ b/cmd/newtemplates/templates.go @@ -1,4 +1,5 @@ -package cmd +// Package templates provides the templates for the k6 new command +package templates import ( _ "embed"