Re: [go-nuts] Compiler plugins or something?

2016-09-19 Thread Mateusz Czapliński
The pkg plugin is intended to allow writing "plugin-aware" Go apps, and plugins for them - cooperatively (that is, a "host" app must use this package and provide explicit "hook" points for plugins). The idea is outlined (since quite long ago) at the link mentioned by Ian L.T. earlier:

Re: [go-nuts] Re: Introducing Planet Golang

2016-09-05 Thread Mateusz Czapliński
On Sunday, September 4, 2016 at 2:44:53 PM UTC+2, Nicolas Martyanoff wrote: > Speaking about Google, does someone know who to contact to get permission > to > add the feed of the official Go blog (blog.golang.org) ? > I suppose it'd be best to ask Andrew Gerrand. -- You received this

[go-nuts] Re: reading with scanner.Bytes()

2016-08-30 Thread Mateusz Czapliński
W dniu wtorek, 30 sierpnia 2016 05:30:48 UTC+2 użytkownik chri...@uber.com napisał: > > How to efficiently create a new []byte slice that's not shared? > The simple way I can think of is to []byte(string(bytes)). > Alternatively, I'd expect the following should work: outChannel <-

[go-nuts] Re: What dependency management tool do you use?

2016-07-17 Thread Mateusz Czapliński
lab/vendo/ NOTE: If anyone has questions, you're very welcome, but *please* make sure my email is in CC. Unfortunately I don't have enough time now to check golang-nuts regularly :/ Best Regards, /Mateusz Czapliński. -- You received this message because you are subscribed to the Google Grou