抱歉,我提早了。可能是这样的:
out <- string + strconv.Itoa(int) + string + strconv.Itoa64(time.Nanoseconds())
谢谢。
更新(Go1):
strconv.Itoa64已被替换
strconv.FormatInt。

抱歉,我提早了。可能是这样的:
out <- string + strconv.Itoa(int) + string + strconv.Itoa64(time.Nanoseconds())
谢谢。
更新(Go1):
strconv.Itoa64已被替换
strconv.FormatInt。