Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
why? On Wed, Mar 6, 2013 at 11:44 AM, <rsc@golang.org> wrote: > Reviewers: golang-dev1, > > Message: > Hello golang-dev@googlegroups.com, > > I'd like you to review this change to > https://code.google.com/p/go/ > > > Description: > lib9: add mktempdir, removeall, runprog > > Please review this at https://codereview.appspot.**com/7523043/<https://codereview.appspot.com/7523... > > Affected files: > M include/libc.h > A src/lib9/run_plan9.c > A src/lib9/run_unix.c > A src/lib9/run_windows.c > A src/lib9/tempdir_plan9.c > A src/lib9/tempdir_unix.c > A src/lib9/tempdir_windows.c > A src/lib9/win.h > > > -- > > ---You received this message because you are subscribed to the Google > Groups "golang-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-dev+unsubscribe@**googlegroups.com<golang-dev%2Bunsubscribe@googlegrou... > . > For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/o... > . > > >
LGTM Can't really vouch for windows. On Wed, Mar 6, 2013 at 11:44 AM, <rsc@golang.org> wrote: > Reviewers: golang-dev1, > > Message: > Hello golang-dev@googlegroups.com, > > I'd like you to review this change to > https://code.google.com/p/go/ > > > Description: > lib9: add mktempdir, removeall, runprog > > Please review this at https://codereview.appspot.**com/7523043/<https://codereview.appspot.com/7523... > > Affected files: > M include/libc.h > A src/lib9/run_plan9.c > A src/lib9/run_unix.c > A src/lib9/run_windows.c > A src/lib9/tempdir_plan9.c > A src/lib9/tempdir_unix.c > A src/lib9/tempdir_windows.c > A src/lib9/win.h > > > -- > > ---You received this message because you are subscribed to the Google > Groups "golang-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-dev+unsubscribe@**googlegroups.com<golang-dev%2Bunsubscribe@googlegrou... > . > For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/o... > . > > >
I tested that it builds on Windows. It probably doesn't work, but I'm not ready to test that yet. :-)
*** Submitted as https://code.google.com/p/go/source/detail?r=405904c00584 *** lib9: add mktempdir, removeall, runprog R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7523043