gopher-lua
gopher-lua copied to clipboard
Issue #468 : change LNumber.String() from fmt.Sprint to strconv.Forma…
…t(Int/Float)
Fixes #468 .
Changes proposed in this pull request:
- use strconv instead of fmt.Sprint in LNumber.String()