commit | 98a80b95b462f2c7c0cfdb4557eb08a5d6d891f2 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Wed Aug 07 06:49:11 2013 +1000 |
committer | Rob Pike <r@golang.org> | Wed Aug 07 06:49:11 2013 +1000 |
tree | 5b702e0ecdeae7ff56008d8be882a3de98521fb3 | |
parent | ad119b9c4dcae8389a3700c245a923b0ebe449cd [diff] |
runtime: use correct types for maxstring and concatstring Updates #6046. This CL just does maxstring and concatstring. There are other functions to fix but doing them a few at a time will help isolate any (unlikely) breakages these changes bring up in architectures I can't test myself. R=golang-dev, dave, iant CC=golang-dev https://golang.org/cl/12519044