aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/env_plan9.go
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-06-19runtime, syscall: use local cache for Setenv/Getenv in Plan 9Richard Miller
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-10-20runtime: add stringStructOf helper functionMatthew Dempsky
2015-04-14runtime: rename close to closefdDavid Crawshaw
2015-03-02runtime: remove unused getenv functionDavid Crawshaw
2014-11-21[dev.cc] runtime: convert Plan 9 port to GoDavid du Colombier
2014-10-20runtime: handle non-nil-terminated environment strings on Plan 9David du Colombier
2014-09-08build: move package sources from src/pkg to srcRuss Cox