Longlone

Results 110 comments of Longlone

Maybe should fix install script or build-release

> > I got error: > > fork/exec /Users/xhd2015/installed/go1.21.7/bin/go: no such file or directory > > Maybe something wrong with build-release > > As for this, I cannot reproduce. I...

> Steps to reproduce a successful installation on Linux: > > ```shell > curl -fsSL https://github.com/xhd2015/xgo/raw/master/install.sh | bash > export PATH=~/.xgo/bin:$PATH > > git clone https://github.com/xhd2015/xgo > cd xgo >...

got another error by install script xgo: ``` ❯ xgo test --log-debug -v ./test/xgo_test/... panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0...

I think your xgo release should not be compiled on the local machine but should use github action to prevent some compilation information (such as username xhd2015) from appearing.

I re-run above steps and all work fine. However it seems new version of xgo need to SET GOROOT ENV or set --with-goroot option manually? Can't it get GOROOT by...

> > However it seems new version of xgo need to SET GOROOT ENV or set --with-goroot option manually? Can't it get GOROOT by `go env GOROOT`? > > Can...

> Ok that should be simple to reproduce. I think the situation should be that, you have `go` on your PATH variable, but does not have set GOROOT. So `$GOROOT`...

Look like a good idea. maybe xgo can be a all in one test suite?

MITM 入库的策略优化:流量入库修改为劫持到请求的时候,马上入库一个请求,并标记上下文;随后请求正式完成的时候,再存储响应