Skip to content

Commit 54ff70c

Browse files
authoredNov 19, 2021
Merge pull request #4 from mathbalduino/minorFixes
Minor fixes
2 parents 678ca91 + 45d8e86 commit 54ff70c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

Diff for: ‎internal/signature/signature.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ const signatureTmpl = `
66
||
77
|| %s
88
||
9-
|| File generated by github.com/mathbalduino/go-codegen
9+
|| File generated using github.com/mathbalduino/go-codegen
1010
|| by Matheus Leonel Balduino
1111
||
1212
|| Everywhere, under @mathbalduino:
1313
|| GitLab: @mathbalduino
1414
|| Instagram: @mathbalduino
1515
|| Twitter: @mathbalduino
16-
|| WebSite: mathbalduino.com.br
16+
|| WebSite: mathbalduino.com.br/go-codegen
1717
||
1818
`
1919

Diff for: ‎tsFile/sourceCode.go

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ func (f *TsFile) SourceCode(headerTitle string) []byte {
2424
}
2525

2626
const sourceCodeTmpl = `/*%s*/
27+
2728
%s
2829
2930
%s
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.