Skip to content

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

Open
MrParano1d wants to merge 1 commit intoyuin:masterfrom
MrParano1d:feature/lnumber-strconv-instead-of-fmt
Open

Issue #468 : change LNumber.String() from fmt.Sprint to strconv.Forma…#469
MrParano1d wants to merge 1 commit intoyuin:masterfrom
MrParano1d:feature/lnumber-strconv-instead-of-fmt

Conversation

@MrParano1d
Copy link

…t(Int/Float)

Fixes #468 .

Changes proposed in this pull request:

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

@JoshuaDietz
Copy link

Why was this not merged yet? :/

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.

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

2 participants