Re: [go-nuts] go get can not download git submodule

2018-12-25 Thread xiang liu
I end up testing git subtree,   it  works in my testing.

Justin Israel  于2018年12月25日周二 下午1:43写道:

>
>
> On Tue, Dec 25, 2018, 4:17 PM xiang liu  wrote:
>
>> Thanks a lot!
>>
>> It seems go 1.11  does not support git submodule.   go 1.10 works fine.
>>
>
> Oh, I wonder if they ended up getting rid of it as alluded to in that
> issue. Or if it's hidden behind a mode controlled by an env var.
>
>
>> Justin Israel  于2018年12月25日周二 上午2:47写道:
>>
>>>
>>>
>>> On Tue, Dec 25, 2018, 5:59 AM xiang liu  wrote:
>>>
 Hi:

 Now i have go package  have another c++ submodule,
 https://github.com/notedit/media-server-go

 I wan to make it go gettable, but go get can not check the c++
 submodule.

 Any way to fix this?

>>>
>>> I see this discussed here:
>>> https://github.com/golang/go/issues/7764
>>>
>>> Although it appears the only support for submodules was added to the
>>> vendor folder support. I am not sure what that really means in practice for
>>> this problem.
>>>
>>>
 Thanks.

 --
 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.

>>>

-- 
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] go get can not download git submodule

2018-12-24 Thread Justin Israel
On Tue, Dec 25, 2018, 4:17 PM xiang liu  wrote:

> Thanks a lot!
>
> It seems go 1.11  does not support git submodule.   go 1.10 works fine.
>

Oh, I wonder if they ended up getting rid of it as alluded to in that
issue. Or if it's hidden behind a mode controlled by an env var.


> Justin Israel  于2018年12月25日周二 上午2:47写道:
>
>>
>>
>> On Tue, Dec 25, 2018, 5:59 AM xiang liu  wrote:
>>
>>> Hi:
>>>
>>> Now i have go package  have another c++ submodule,
>>> https://github.com/notedit/media-server-go
>>>
>>> I wan to make it go gettable, but go get can not check the c++ submodule.
>>>
>>> Any way to fix this?
>>>
>>
>> I see this discussed here:
>> https://github.com/golang/go/issues/7764
>>
>> Although it appears the only support for submodules was added to the
>> vendor folder support. I am not sure what that really means in practice for
>> this problem.
>>
>>
>>> Thanks.
>>>
>>> --
>>> 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.
>>>
>>

-- 
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] go get can not download git submodule

2018-12-24 Thread xiang liu
Thanks a lot!

It seems go 1.11  does not support git submodule.   go 1.10 works fine.

Justin Israel  于2018年12月25日周二 上午2:47写道:

>
>
> On Tue, Dec 25, 2018, 5:59 AM xiang liu  wrote:
>
>> Hi:
>>
>> Now i have go package  have another c++ submodule,
>> https://github.com/notedit/media-server-go
>>
>> I wan to make it go gettable, but go get can not check the c++ submodule.
>>
>> Any way to fix this?
>>
>
> I see this discussed here:
> https://github.com/golang/go/issues/7764
>
> Although it appears the only support for submodules was added to the
> vendor folder support. I am not sure what that really means in practice for
> this problem.
>
>
>> Thanks.
>>
>> --
>> 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.
>>
>

-- 
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] go get can not download git submodule

2018-12-24 Thread Justin Israel
On Tue, Dec 25, 2018, 5:59 AM xiang liu  wrote:

> Hi:
>
> Now i have go package  have another c++ submodule,
> https://github.com/notedit/media-server-go
>
> I wan to make it go gettable, but go get can not check the c++ submodule.
>
> Any way to fix this?
>

I see this discussed here:
https://github.com/golang/go/issues/7764

Although it appears the only support for submodules was added to the vendor
folder support. I am not sure what that really means in practice for this
problem.


> Thanks.
>
> --
> 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.
>

-- 
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 get can not download git submodule

2018-12-24 Thread xiang liu
Hi:

Now i have go package  have another c++ 
submodule,  https://github.com/notedit/media-server-go

I wan to make it go gettable, but go get can not check the c++ submodule.

Any way to fix this?

Thanks.

-- 
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.