Re: [go-nuts] (BUG REPORT) Wrong CGO conditions in golang/glog

2023-06-19 Thread Ian Lance Taylor
On Mon, Jun 19, 2023 at 11:46 AM '方佳文' via golang-nuts wrote: > > Hi, maintainers of https://github.com/golang/glog: > > There is a bug in golang/glog that the CGO condition is wrong. > > https://github.com/golang/glog/blob/03ad3c2a3f1c767129f0b355507de7ae615f53b8/glog_file_linux.go#L17 > >

[go-nuts] (BUG REPORT) Wrong CGO conditions in golang/glog

2023-06-19 Thread '方佳文' via golang-nuts
Hi, maintainers of https://github.com/golang/glog: There is a bug in golang/glog that the CGO condition is wrong. https://github.com/golang/glog/blob/03ad3c2a3f1c767129f0b355507de7ae615f53b8/glog_file_linux.go#L17 //go:build linux