[go-nuts] Re: redeclaration in runtime/utf8.go after installing Go 1.8 on Windows

2017-04-18 Thread Dave Cheney
What's happened is C:\Go contains the parts of two different Go installations and is corrupt. Ideally the windows installer shouldn't do this, but here we are. The fix should be to remove C:\Go and run the Go 1.8.1 installer again, that should fix the problem. On Tuesday, 18 April 2017 22:51:2

[go-nuts] Re: redeclaration in runtime/utf8.go after installing Go 1.8 on Windows

2017-04-18 Thread Geert Van Laethem
Somebody got a fix on that yet. Got the same thing On Saturday, February 18, 2017 at 6:42:12 PM UTC+1, Vincent Rischmann wrote: > > Hi, > > I'm on Windows, I had Go 1.7.4 installed from the MSI installer. Today I > decided to upgrade to Go 1.8, so I downloaded the new MSI, ran it and that > was

[go-nuts] Re: redeclaration in runtime/utf8.go after installing Go 1.8 on Windows

2017-02-20 Thread Sjon Kosse
I did the same thing and got this error as well. I upgraded from what I think was a 1.8 beta build to 1.8 release on Windows using the MSI installer. I thought it might have been something in the %GOPATH%\pkg directory so I removed that, didn't fix it. I'll do what you wrote worked in your post