Yayu
Results
3
issues of
Yayu
Q1:请问项目中代码的开发环境是什么? 我使用 mac 开发,按照示例中的代码编写时,发现有些API是不兼容的。所以我采用了 remote-dev 的方式开启了一个容器,在容器中开发,这样 API 的操作系统不兼容的问题解决了。 我容器开发环境如下:go1.15.3 linux/amd64 Q2:为什么会出现 fork/exec /bin/sh: operation not permitted exit status 1? ``` func main() { cmd := exec.Command("sh") cmd.SysProcAttr = &syscall.SysProcAttr{Cloneflags: syscall.CLONE_NEWUTS}...
Great tool, but it lacks a version number to distinguish incompatible updates.