[go-nuts] Re: How to develop with Go source code change?

2024-01-04 Thread 'Rulin Tang' via golang-nuts
Thanks TheDiveO, I will double check. On Wednesday 3 January 2024 at 22:50:47 UTC+8 Rulin Tang wrote: > Try it again. And this time it works to build the new Go version. But the > debug message doesn't show. Not sure this is the expected result or not. > > On Wednesday 3 January 2024 at 00:45:12

[go-nuts] Re: How to develop with Go source code change?

2024-01-03 Thread 'Rulin Tang' via golang-nuts
Try it again. And this time it works to build the new Go version. But the debug message doesn't show. Not sure this is the expected result or not. On Wednesday 3 January 2024 at 00:45:12 UTC+8 Rulin Tang wrote: > Hey, I'm trying to do some Go source code development. But I'm confused > about ho

[go-nuts] How to develop with Go source code change?

2024-01-02 Thread 'Rulin Tang' via golang-nuts
Hey, I'm trying to do some Go source code development. But I'm confused about how to do the development. The Go source code is cloned from https://github.com/golang/go master branch. Originally, I run `cd src &^ ./all.bash` to build the latest Go 1.22 version. It works fine. Then I'm trying to