[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

[go-nuts] Re: I see the usage of interface{} everywhere why don't it get declare in standard library and given a common name?

2016-12-30 Thread Sjon Kosse
I guess in this sense it could also make sense to give a name to the empty struct struct{}. Seems pretty superfluous but then again, there is byte for uint8 On Friday, December 30, 2016 at 6:38:02 PM UTC+1, San wrote: > > I have a question. > Since the usage of the blank interface is so popular.

[go-nuts] Why is there no " declared and not used" compile error?

2016-09-12 Thread Sjon Kosse
Hello, Const values can be accesed still by reflection in a reasonable manner. This question has come by quite a few times before on the mailing list, better explanations should be easy to find. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group.