[go-nuts] [generics] use interfaces in type lists

2020-07-03 Thread Davor Kapša
Hi, 

Is it planned to combine type list with embed interfaces,
or it is too confusing ?

type numeric interface {
type integers, floats
}

type integers interface {
type int, int8, int16, int32, int64, unsigneds
}

type unsigneds interface {
type uint, uint8, uint16, uint32, uint64
}

type floats interface {
type float32, float64
}

https://go2goplay.golang.org/p/6X5WZxWIcHE 


Thanks for current draft, it feels very idiomatic to me.

--- Davor

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/0e7a854f-ed75-4d06-8fed-73306f9d3ef7o%40googlegroups.com.


[go-nuts] Re: Tools for managing licenses of dependencies

2020-04-12 Thread Davor Kapša
Maybe this can help: https://github.com/mitchellh/golicense

D

On Saturday, April 11, 2020 at 10:03:18 PM UTC+2, Victor Denisov wrote:
>
> Hi,
>
> Are there any tools that would allow to manage licenses of my go modules?
> I would like to be able to specify what licenses of my dependencies are 
> allowed.
>
> Are there any plans to add something like this to standard go tools?
>
> Thanks,
> Victor.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/a1337e81-79ab-4002-950b-43db49752c9a%40googlegroups.com.


[go-nuts] golangbrigde.org is down

2018-12-30 Thread Davor Kapša
golangbridge and all subdomains are gone.
Please notify administrators.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Go not exists as Technology in Google Developers Experts

2018-08-05 Thread Davor Kapša
Why Go not listed ?

https://developers.google.com/experts/all/technology

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] Core team and internal organisation of go project

2018-01-18 Thread Davor Kapša
Thanks Ian.

On Thursday, January 18, 2018 at 9:14:52 PM UTC+1, Ian Lance Taylor wrote:
>
> On Thu, Jan 18, 2018 at 9:23 AM, Davor Kapša  > wrote: 
> > 
> > How many members has core team? 
> > 
> > How are they internally organised? 
> > (How are they organised on daily bases? How many sub teams exist and how 
> are 
> > they divided?) 
> > 
> > Are they all on Google salaries? 
>
> We do use the phrase "core team" loosely, but it's not precisely 
> defined.  So it kind of depends on what you mean. 
>
> There are currently 92 people with commit rights to the master Go 
> repo.  I think that is larger than any plausible definition of "core 
> team." 
>
> When I speak of the core team I mean something like the set of people 
> trusted to make changes to the repo with no oversight by others (of 
> course all changes are peer reviewed).  I would say that is something 
> like 10 or 15 people, possibly as many as 20.  There is no formal 
> organization, but clearly different people focus on different areas 
> (e.g., Keith on the compiler, Austin and Rick on runtime/GC, Mikio on 
> networking, Alex on the Windows port, etc.).  There is no daily 
> coordination.  They are not all on Google salaries.  Coordination 
> happens primarily on the public mailing lists and issues. 
>
> There is also a proposal review "team," which is more like a 
> more-or-less weekly meeting.  That is currently all Google employees, 
> I think six people when everyone shows up.  We've discussed inviting 
> others to that meeting, but so far it hasn't seemed important enough 
> to overcome the logistical difficulties.  We reach out to other people 
> on the issues as needed.  All decisions made by that meeting are 
> reported on the public issues. 
>
> There is also a code of conduct working group, as described at 
> https://golang.org/conduct.  As far as I know they don't have regular 
> meetings. 
>
> There is also a team that works on Go inside of Google.  As Jan 
> suggests, that exact organization of that team is probably 
> confidential.  The majority of that team works primarily on issues 
> involving the use of Go within Google, not on the open source project. 
> My comments above are only about the open source project. 
>
> Ian 
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Core team and internal organisation of go project

2018-01-18 Thread Davor Kapša
Hi all,

How many members has core team? 

How are they internally organised?
(How are they organised on daily bases? How many sub teams exist and how 
are they divided?)

Are they all on Google salaries? 

Thanks.
d.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.