[go-nuts] Tour of Go in Ukrainian

2023-04-28 Thread Viktor Pakhuchyi
Hi there, I am excited to announce that the GolangUA community has completed the initial version of the 'Tour of Go' translation into Ukrainian. We would be grateful if you could add the link to our translation alongside other language versions. Here is the link: *https://go-tour-ua-translation.l

[go-nuts] Go tour translation workflow

2022-11-09 Thread Viktor Pakhuchyi
Hi there! I'm writing on behalf of Go community from Ukraine. We want to add Ukrainian translation to the Go tour. I've found that the already existing documentation doesn't cover all my questions. That's why I've decided to ask you here for some tips. What is clear: 1. Repository can be cloned

Re: [go-nuts] Struct's fields order affects required memory

2019-03-06 Thread Viktor Pakhuchyi
Hi Ian, You are right. Thanks for a link. I'm going to look at that discussion. ср, 6 бер. 2019 о 15:57 Ian Lance Taylor пише: > On Wed, Mar 6, 2019 at 5:39 AM Viktor Packhuchyi > wrote: > > > > As I know Go compiler provide self-managed alignment for fields inside a > structure. > > > > I do