Re: [go-nuts] multiple vendor path for same type

2020-05-15 Thread Ian Lance Taylor
On Fri, May 15, 2020 at 10:04 AM Nobin Mathew wrote: > > I am almost new to golang, sorry if I am asking some silly question. > > I am facing some compilation issue due to type conflict > > ** > > +++ [0515 07:51:26] Building go targets for linux/amd64: >

Re: [go-nuts] randomly go loading modules fail

2020-05-15 Thread Tyler Compton
I saw some discussion in a previous thread indicating that Gitlab is having an incident. More details here: https://status.gitlab.com/pages/history/5b36dc6502d06804c08349f7 On Fri, May 15, 2020 at 10:04 AM msherif4 via golang-nuts < golang-nuts@googlegroups.com> wrote: > Hi : > > I have seen

[go-nuts] multiple vendor path for same type

2020-05-15 Thread Nobin Mathew
Hi all, I am almost new to golang, sorry if I am asking some silly question. I am facing some compilation issue due to type conflict ** +++ [0515 07:51:26] Building go targets for linux/amd64: test/e2e/e2e.test # k8s.io/kubernetes/test/e2e/framework

[go-nuts] randomly go loading modules fail

2020-05-15 Thread msherif4 via golang-nuts
Hi : I have seen randomly go dependancies fail to load certain modules like the case below [0m [91mgo: modernc.org/mathutil@v1.0.0: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /go/pkg/mod/cache/vcs/fb72eb2422fda47ac75ca695d44b06b82f3df3c5308e271486fca5e320879130:

[go-nuts] Re: How url use Html templates?

2020-05-15 Thread Ali Hassan
Thank you On Thursday, May 14, 2020 at 9:05:29 PM UTC+5, Ali Hassan wrote: > > > Html Templates >{{if .Done}} > > >{{end}} > > My question is this , possible that Url > have string value "/HelloQ/home/" which which show

Re: [go-nuts] net/http: question about RoundTripper

2020-05-15 Thread Anuj Agrawal
Thanks Kevin for these insights. It does seem like the documentation notes were meant for Go core devs. It would have helped, if the authors threw in more insight. I have also been using RoundTripper as client middleware, but so far largely for authentication. I wanted to expand the scope of the