On Thu, Aug 11, 2011 at 5:42 PM, David Leimbach <leim...@gmail.com> wrote: > > > On Thu, Aug 11, 2011 at 2:19 PM, Fazlul Shahriar <fshahr...@gmail.com> > wrote: >> >> > Is it goinstallable? If so, I'm not sure what I'm doing wrong. I very >> > rarely use any 3rd party Go code but my own :-). >> >> goinstall govt.googlecode.com/hg/vt/vtclnt >> goinstall govt.googlecode.com/hg/vt/vtsrv >> >> Works for me. >> >> fhs >> > strings.SplitN is not there... I must be a release or so behind for go? >
yes, SplitN was introduced in release r59. Latest weekly will also work. fhs