[go-nuts] Re: Generics and parentheses

2020-07-18 Thread Mariusz Gronczewski
Hi pipe character isn't exactly used anywhere in Go, is on every keyboard and looks decent enough: a, b = w | x, y | (z) type Example |X, Y| struct { } certainly not worse than square brackets with having advantage of not being ambiguous to newbies or parser -- You received this message

Re: [go-nuts] github repo names with "go-" prefix?

2017-12-23 Thread Mariusz Gronczewski
On Saturday, December 23, 2017 at 8:48:37 PM UTC+1, Tim Peoples wrote: > > > Sadly, that is rarely the case. > > In fact, I often find authors with dozens of repos covering a number of > languages -- yet, only their "go" repos are named as such (repos with no > corresponding implementation in a

Re: [go-nuts] So how exactly one does(should do) forking/pull requests in Golang world

2016-11-25 Thread Mariusz Gronczewski
hing like that). > > In any case, I don't think that these things are outweighing the pros of > go's decentralized approach to namespacing and hosting; the disadvantages > have relatively obvious solutions. > > > On Fri, Nov 25, 2016 at 12:48 PM, Mariusz Gronc

Re: [go-nuts] So how exactly one does(should do) forking/pull requests in Golang world

2016-11-25 Thread Mariusz Gronczewski
ill want to open source that code and not have to deal with path translation. There is also the "I want to show it to someone but they are git-illiterate" case > > > On Fri, Nov 25, 2016 at 11:40 AM, Mariusz Gronczewski > wrote: > >> But then go get github.com/me

Re: [go-nuts] So how exactly one does(should do) forking/pull requests in Golang world

2016-11-25 Thread Mariusz Gronczewski
But then go get github.com/me/project will be non-functional ? 2016-11-25 11:35 GMT+01:00 Ian Davis : > This is how to do it with a git repository: > > http://blog.campoy.cat/2014/03/github-and-go-forking-pull-requests-and.html > > > On Fri, Nov 25, 2016, at 10:31 AM, Mariusz

[go-nuts] So how exactly one does(should do) forking/pull requests in Golang world

2016-11-25 Thread Mariusz Gronczewski
Hi, So let's say there is a project, living under path github.com/local/project. Project is neatly divided into a bunch of packages and uses recommended absolute paths: package main import ( "github.com/external/dep1" "github.com/local/project/config" "github.com/local/project/backend" "github