go-blueprint icon indicating copy to clipboard operation
go-blueprint copied to clipboard

Fix the wrong variable name in standard_library.go.tmpl

Open shiponcs opened this issue 5 months ago • 1 comments

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).

shiponcs avatar Jul 21 '25 12:07 shiponcs

@Melkeydev

shiponcs avatar Jul 24 '25 04:07 shiponcs