Skip to content

Commit

Permalink
release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Feb 13, 2021
1 parent b01494a commit 5f6d55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gee/string.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ func setPrefix(str string, options model.Options) string {
return options.Prefix + str
}
func setSuffix(str string, options model.Options) string {
return options.Suffix + str
return str + options.Suffix
}

0 comments on commit 5f6d55d

Please sign in to comment.