From 3ced748c925b2cde5789d8213002414aee66012e Mon Sep 17 00:00:00 2001 From: aryansharma9917 Date: Mon, 8 Jun 2026 13:02:52 +0530 Subject: [PATCH] gofmt: format pkg/env/create.go Signed-off-by: aryansharma9917 --- pkg/env/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/env/create.go b/pkg/env/create.go index 6ce2198..8af398f 100644 --- a/pkg/env/create.go +++ b/pkg/env/create.go @@ -5,8 +5,8 @@ import ( "os" "path/filepath" - "github.com/aryansharma9917/codewise-cli/pkg/config" survey "github.com/AlecAivazis/survey/v2" + "github.com/aryansharma9917/codewise-cli/pkg/config" "gopkg.in/yaml.v3" )