Changjun Ji
Changjun Ji
> It is indeed too troublesome to install now. It would be best to publish an installation package that can be installed with one click. sure, let's enhance it.
> Can't get gop of release v1.0.16 run. It got error to run an example script. > > ``` > $ gop run a.gop > [FATAL] /github/workspace/cmd/internal/run/run.go:91: findGoModFile: no such...
是否可以描述下具体的使用场景呢?这能帮助我们设计更合适的实践。 @RunningSnail999 另外,goc v2 是支持主动推的能力,不知道是否满足你的需求呢? 参考: https://github.com/qiniu/goc/blob/v2/cmd/watch.go#L21
若知道目标服务监听的地址,可以通过`goc profile --address=《目标服务监听的地址》` 来获取。
这里的address 是**被测服务监听的地址**, 而非goc server。
请问你使用的系统是什么呢,确认也是没有bash的吗? @yuzg667
@flatShoes 你可以试试这个版本呢 https://github.com/qiniu/goc/tree/v2 goc v2 把底层的通信协议改为了websocket了,这样更方便云原生场景下使用。 欢迎使用,如有问题我们会提供进一步的支持。
> @CarlJi 感谢支持,我试试。再顺便请问一下,是否有官方image可以直接使用? goc server不依赖任何外部组件,相对轻量,所以我们暂时没有考虑提供容器镜像。
Thanks @dmc420 听下来是个比较有用的需求,我们记录下。
Yes, since we think it may be enough to meet the following scenarios: * compile a single binary, use `goc build .` under the `main` package * compile multi services,...