[go-nuts] Why dose reflect.Value.InterfaceData() return [2]uintptr, not (uintptr, uintptr)?

2016-07-14 Thread catalasexx
http://research.swtch.com/interfaces is nice for reflect.Value.InterfaceData() to use (uintptr, uintptr)? Why doesn't it use two-value return? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving ema

[go-nuts] Re: Generation of Strings - generation

2016-07-13 Thread catalasexx
what about https://play.golang.org/p/TbZ-fbhUCb ? the code don't create goroutine. thus you don't have to care about troubles with managing goroutine. 2016년 7월 13일 수요일 오전 6시 36분 15초 UTC+9, The MrU 님의 말: > > Hi, > > I have this code https://play.golang.org/p/9o5TReZ7jT3 >