perrig / scionlab

Software for supporting SCIONLab
Apache License 2.0
3 stars 7 forks source link

Use string format to format strings #36

Closed FR4NK-W closed 6 years ago

FR4NK-W commented 6 years ago

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

FR4NK-W commented 6 years ago

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