gopher-lua icon indicating copy to clipboard operation
gopher-lua copied to clipboard

Issue #468 : change LNumber.String() from fmt.Sprint to strconv.Forma…

Open MrParano1d opened this issue 2 years ago • 1 comments

…t(Int/Float)

Fixes #468 .

Changes proposed in this pull request:

  • use strconv instead of fmt.Sprint in LNumber.String()

MrParano1d avatar Dec 21 '23 09:12 MrParano1d