Re: Git repo for the proton Go binding.

2015-07-14 Thread Dominic Evans
-aconway wrote: - >> Is this just because the go code isn't at the top-level? >> >> Can't you just rename your current branch out of the way and then >> subtree the binding and push it to the go1 branch? >> >> e.g., something like... >> >> # rename old full tree branch and push it to a

Re: Git repo for the proton Go binding.

2015-07-14 Thread aconway
Problem solved, thanks Dominic!! On Mon, 2015-07-13 at 23:02 +0100, Dominic Evans wrote: > -aconway wrote: - > > I would like to create a separte git repo for the proton Go > > binding. > > > > Go provides "go get" to grab online go source librarie

Re: Git repo for the proton Go binding.

2015-07-14 Thread aconway
On Mon, 2015-07-13 at 23:02 +0100, Dominic Evans wrote: > -aconway wrote: - > > I would like to create a separte git repo for the proton Go > > binding. > > > > Go provides "go get" to grab online go source libraries, based on > > cloning repo

Re: Git repo for the proton Go binding.

2015-07-13 Thread Dominic Evans
-aconway wrote: - > I would like to create a separte git repo for the proton Go binding. > > Go provides "go get" to grab online go source libraries, based on > cloning repos. The go tools assume that each go project has its own > repo. I have tried to make th

Re: Git repo for the proton Go binding.

2015-07-13 Thread Robbie Gemmell
;> > >> > > Might be worth >> > > discussing with infra. Perhaps we could point folks at the GitHub >> > > mirror to alleviate that? Not sure if there are path issues >> > > involved >> > > with that though. Somewhat looping back to 'wha

Re: Git repo for the proton Go binding.

2015-07-13 Thread aconway
> > Might be worth > > > discussing with infra. Perhaps we could point folks at the GitHub > > > mirror to alleviate that? Not sure if there are path issues > > > involved > > > with that though. Somewhat looping back to 'what do other > > > projects

Re: Git repo for the proton Go binding.

2015-07-13 Thread Robbie Gemmell
that though. Somewhat looping back to 'what do other projects >> do?' again. > > Good point, I'll ask around and on infra, I may be missing something. > If anyone's interested in brainstorming about the proper way to do this > (esp. anyone who's done Go work) I&

Re: Git repo for the proton Go binding.

2015-07-13 Thread aconway
ts > do?' again. Good point, I'll ask around and on infra, I may be missing something. If anyone's interested in brainstorming about the proper way to do this (esp. anyone who's done Go work) I'd be happy to go over the issues in painful detail. > On 10 July 2015

Re: Git repo for the proton Go binding.

2015-07-13 Thread Robbie Gemmell
olved with that though. Somewhat looping back to 'what do other projects do?' again. Robbie On 10 July 2015 at 16:34, aconway wrote: > I would like to create a separte git repo for the proton Go binding. > > Go provides "go get" to grab online go source libraries, b

Git repo for the proton Go binding.

2015-07-10 Thread aconway
I would like to create a separte git repo for the proton Go binding. Go provides "go get" to grab online go source libraries, based on cloning repos. The go tools assume that each go project has its own repo. I have tried to make this work directly from the proton repo but it is