[go-nuts] go build ./... vs. go install ./...

2024-02-27 Thread fgergo
What's the reason for these 2 command to behave differently regarding producing binaries? Serious question for additional points: produce a string to search for ./... on the web, in gmail or on github. Afaict ellipsis won't help here. thanks! -- You received this message because you are subscribe

Re: [go-nuts] go build vs go install in cgo

2019-06-28 Thread Ian Lance Taylor
On Fri, Jun 28, 2019 at 8:53 AM Nitish Saboo wrote: > > In case of cgo, does go build -v -x main.go and go install -v -x main.go > perform the same operation except that go install pushes the binary under > /bin. > Is the binary that gets created is same ? Yes. Ian -- You received this messa

[go-nuts] go build vs go install in cgo

2019-06-28 Thread Nitish Saboo
HI , In case of cgo, does go build -v -x main.go and go install -v -x main.go perform the same operation except that go install pushes the binary under /bin. Is the binary that gets created is same ? Thanks, Nitish -- You received this message because you are subscribed to the Google Groups