Skip to content

Conversation

@shiponcs
Copy link

It fixes #419

Problem/Feature

Using 'NewServer' as a variable reference is incorrect. This should be 'newServer' (the local variable) instead of 'NewServer' (which refers to the function name).

Using 'NewServer' as a variable reference is incorrect. This should be 'newServer' (the local variable) instead of 'NewServer' (which refers to the function name).

Signed-off-by: shiponcs <abdulmatincuetcse17@gmail.com>
@shiponcs shiponcs force-pushed the 419-fix-wrong-variable-name branch from d6dada7 to 3b7816a Compare July 21, 2025 12:51
@shiponcs
Copy link
Author

@Melkeydev

Copy link
Collaborator

@Ujstor Ujstor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect variable naming in standard_library.go.tmpl

2 participants