-
Rob Pike authored
tweak os to adjust move StringToBytes into syscall, at least for now this program still works: package main import os "os" func main() { os.Stdout.WriteString("hello, world\n"); a, b := os.NewFD(77).WriteString("no way"); os.Stdout.WriteString(b.String() + "\n"); } R=rsc DELTA=263 (59 added, 176 deleted, 28 changed) OCL=15153 CL=15153
ccede3e8
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
errstr_darwin.go | ||
errstr_linux.go | ||
file_amd64_darwin.go | ||
file_amd64_linux.go | ||
syscall.go | ||
syscall_amd64_darwin.s | ||
syscall_amd64_linux.s |