[go-nuts] Re: question about src/cmd/go/internal/script/cmds_posix.go and windows

2024-05-13 Thread peterGo
Hiroaki, go/src/cmd/go/internal/test/test_nonunix.go //go:build !unix package test func isETXTBSY(err error) bool { // syscall.ETXTBSY is only meaningful on Unix platforms. return false } peter On Monday, May 13, 2024 at 4:32:38 AM UTC-4 hnak...@gmail.com wrote: > Hi, > I found that > > http

[go-nuts] Re: question about src/cmd/go/internal/script/cmds_posix.go and windows

2024-05-13 Thread peterGo
Hiroaki, go/src/syscall/zerrors_windows.go // Invented values to support what package os and others expects. const ( ... ETXTBSY ... ) peter On Monday, May 13, 2024 at 4:32:38 AM UTC-4 hnak...@gmail.com wrote: > Hi, > I found that > > https://github.com/golang/go/blob/07fc59199b9522bfe0d14f35c4