c/syscall: zerrors

This commit is contained in:
xushiwei
2024-07-18 15:45:54 +08:00
parent 3da3c8ecd8
commit f2dafa7544
37 changed files with 49148 additions and 36 deletions

View File

@@ -8,8 +8,6 @@ import (
)
func main() {
fmt.Println("os.Environ:", os.Environ())
ls := "ls"
args := []string{ls, "-l"}
if runtime.GOOS == "windows" {