Skip to content

Commit 095309f

Browse files
committed
fix the naming issues for gomod and go.mod
1 parent 1ffdfdc commit 095309f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internals/scaffold/template.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ var renameFiles = map[string]string{
1616
"gitignore":".gitignore",
1717
"env" : ".env",
1818
"air.toml":".air.toml",
19+
"gomod":"go.mod",
1920
}
2021

2122
// // CopyTemplate copies embedded scaffold files of a given framework to destDir

0 commit comments

Comments
 (0)