Skip to content

Commit 9bb8243

Browse files
committed
fix comment generation.
1 parent 6c390cc commit 9bb8243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/samb-handler/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func main() {
6060
func GenerateHandler(name, v string) (result string) {
6161
return fmt.Sprintf(
6262
handlerTemplate,
63-
name,
63+
v + strings.Title(name),
6464
v,
6565
name,
6666
v+strings.Title(name),

0 commit comments

Comments
 (0)