[go-nuts] Manual changes to /go/pkg/mod ?

2024-04-22 Thread Peter Bočan
Hello, I would like to ask you all, what will the Go compiler do, if somebody manually modifies the package stored in the /go/pkg/mod? Will the compiler redownload the unmodified change? Will the compiler recognise there has been a change in the mod folder? Regards, Peter. -- You received

Re: [go-nuts] Ghost/indirect dependency on a custom package

2024-02-20 Thread Peter Bočan
That seems to work on the repo/go.mod level, if I am not mistaken. I would need something finer on the binary/compilation unit level. Peter. On Tuesday 20 February 2024 at 10:19:04 UTC Jan Mercl wrote: > On Tue, Feb 20, 2024 at 11:07 AM Peter Bočan wrote: > > > Is there a

[go-nuts] Ghost/indirect dependency on a custom package

2024-02-20 Thread Peter Bočan
Hello Gophers! I am facing a very odd issue. I have recently joined a company and wrote a small database migration binary which is co-located in the same github repo as the service which database migrations it. For whatever reason the DB migration binary, when it runs on the cluster, it

[go-nuts] How to Install Goyacc

2022-12-03 Thread Peter Bočan
Hello Gophers! Quick question: what is the best way to install goyacc at this time? Is it even recommended to use it these days? Kindly, Peter. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving

[go-nuts] Profiling goroutines

2021-09-03 Thread Peter Bočan
Hey guys, I am trying to get a full picture using a pprof of a highly paralelised binary (read many goroutines doing stuff) but I am struggling to find any information on this topic - I think what I am seeing at the moment is just a single goroutine/main thread in the web UI that the tool

[go-nuts] Go's compatiblity with non-module repositories

2021-05-22 Thread Peter Bočan
Hey guys, I am reading upon the module's compatibility with non-module repositories https://golang.org/ref/mod#non-module-compat and few things are unclear to me: It says that Go will synthesize a go.mod file which only contains a module directive and the module that depends on such a

Re: [go-nuts] Source code for go get

2021-04-28 Thread Peter Bočan
Thank you very much! Regards, Peter. On Wednesday, 28 April 2021 at 21:58:50 UTC+1 Ian Lance Taylor wrote: > On Wed, Apr 28, 2021 at 1:56 PM Peter Bočan wrote: > > > > Hey guys, I am interested in the inner workings of the go get command > but the codebase is so vast

[go-nuts] Source code for go get

2021-04-28 Thread Peter Bočan
Hey guys, I am interested in the inner workings of the go get command but the codebase is so vast I have a hard time to find it. Kindly, Peter. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving