On Tue, 22 Mar 2016 20:52:28 -0700 (PDT)
Nan Xiao <
xiaona...@gmail.com> wrote:
> From this post
> <
https://groups.google.com/forum/#!topic/golang-nuts/ZRKSJ3GPkLw>, I
Go has been re-written in Go starting with 1.5, so to say, in order to
build Go >= 1.5 from sources you now need to have Go 1.4 or higher
installed and working.
Consequently, string manipulation has been re-written in Go as well
and hence there's no more C's header files for that.
I'd say the file you need is {src}/runtime/string.go assuming the {src}
is the directory with the Go's source code.