Re: [go-nuts] Modules: retreiving latest version

2021-09-30 Thread 'Axel Wagner' via golang-nuts
For those reading along: The issue was that the tag was `v0.14`, but had to be `v0.14.0`. The go tool requires all three version numbers to recognize the verison. On Thu, Sep 30, 2021 at 3:25 PM Axel Wagner wrote: > Do you have a link? Because from what you write, I can't see a problem > either.

Re: [go-nuts] Modules: retreiving latest version

2021-09-30 Thread 'Axel Wagner' via golang-nuts
Do you have a link? Because from what you write, I can't see a problem either. So, without having a look ourselves it is going to be difficult answering your question. On Thu, Sep 30, 2021 at 2:16 PM stephen.t@gmail.com < stephen.t.illingwo...@gmail.com> wrote: > Hello, > > I've been using mo

[go-nuts] Modules: retreiving latest version

2021-09-30 Thread stephen.t....@gmail.com
Hello, I've been using modules for a while now and I thought I understood them but it seems that I do not. I have a project that is tagged at the latest version as v0.14 I have another project that uses the first project but I cannot get it to use the latest version. The latest version it will

[go-nuts] Re: question about Profiling Go Programs sample.

2021-09-30 Thread alex-coder
Vladimir, one more question. Does it mean that it is impossible to display recursive call in web by use pprof, it is necessary to use some additional tool, right ? четверг, 30 сентября 2021 г. в 11:38:49 UTC+3, alex-coder: > a little bit more resources: > golang pprof 实战 | Wolfogre's Blog >

[go-nuts] Re: question about Profiling Go Programs sample.

2021-09-30 Thread alex-coder
a little bit more resources: golang pprof 实战 | Wolfogre's Blog it seems to be in Chinese (I may be wrong), but thanks to google. четверг, 30 сентября 2021 г. в 09:55:17 UTC+3, alex-coder: > Hi > >>I think this is expected > you are experienced.