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"