Skip to content

Commit

Permalink
fix(cmd/file_templates/go_cli_project): Remove first newline in cmd/r…
Browse files Browse the repository at this point in the history
…oot/root.go
  • Loading branch information
ondrejsika committed Feb 20, 2024
1 parent 0913f30 commit af6536f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/file_templates/go_cli_project/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ func Execute() {
}
`,
// cmd/root/root.go
"cmd/root/root.go": `
package root
"cmd/root/root.go": `package root
import (
"{{.Package}}/version"
Expand Down

0 comments on commit af6536f

Please sign in to comment.