We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d1256b commit 020496aCopy full SHA for 020496a
main.go
@@ -179,11 +179,11 @@ func createMetaTags() []string {
179
sorted = 1
180
}
181
return []string{
182
- "!_TAG_FILE_FORMAT\t2\t",
+ "!_TAG_FILE_FORMAT\t2",
183
fmt.Sprintf("!_TAG_FILE_SORTED\t%d\t/0=unsorted, 1=sorted/", sorted),
184
fmt.Sprintf("!_TAG_PROGRAM_AUTHOR\t%s\t/%s/", AUTHOR_NAME, AUTHOR_EMAIL),
185
- fmt.Sprintf("!_TAG_PROGRAM_NAME\t%s\t", NAME),
186
- fmt.Sprintf("!_TAG_PROGRAM_URL\t%s\t", URL),
187
- fmt.Sprintf("!_TAG_PROGRAM_VERSION\t%s\t", VERSION),
+ fmt.Sprintf("!_TAG_PROGRAM_NAME\t%s", NAME),
+ fmt.Sprintf("!_TAG_PROGRAM_URL\t%s", URL),
+ fmt.Sprintf("!_TAG_PROGRAM_VERSION\t%s", VERSION),
188
189
0 commit comments