• A
    proc: implement conversion of integers to string · 50419b61
    aarzilli 提交于
    Go allows converting a single integer value to string, resulting in a
    string containing a single unicode rune with the same code as the value
    of the integer.
    Allow the same conversion to happen.
    
    Fixes #1322
    50419b61
variables_test.go 54.0 KB