Skip to content

Use string format to format strings#36

Merged
perrig merged 1 commit intoperrig:masterfrom
FR4NK-W:64bit_IA
Apr 26, 2018
Merged

Use string format to format strings#36
perrig merged 1 commit intoperrig:masterfrom
FR4NK-W:64bit_IA

Conversation

@FR4NK-W
Copy link
Copy Markdown
Contributor

@FR4NK-W FR4NK-W commented Apr 25, 2018

Doing a FormatInt(int64(someUint64)) on a uint64 still overflows, using a format string instead works on all platforms.

Doing a FormatInt(int64(someUint64)) on a uint64 still overflows, using a format string instead works on all platforms.
@FR4NK-W
Copy link
Copy Markdown
Contributor Author

FR4NK-W commented Apr 25, 2018

Tested to build all the apps
only webapp tests do not build since main function is declared twice in the same module ?!

@perrig perrig merged commit 5b622bf into perrig:master Apr 26, 2018
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.

2 participants