Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
LGTM On Fri, May 18, 2012 at 4:29 PM, <mikioh.mikioh@gmail.com> wrote: > Reviewers: golang-dev_googlegroups.com, > > Message: > Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), > > I'd like you to review this change to > https://go.googlecode.com/hg/ > > > Description: > syscall: add comment > > Please review this at http://codereview.appspot.com/**6215046/<http://codereview.appspot.com/6215046/> > > Affected files: > M src/pkg/syscall/types_darwin.**go > > > Index: src/pkg/syscall/types_darwin.**go > ==============================**==============================**======= > --- a/src/pkg/syscall/types_**darwin.go > +++ b/src/pkg/syscall/types_**darwin.go > @@ -228,4 +228,6 @@ > > type BpfHdr C.struct_bpf_hdr > > +// Terminal handling > + > type Termios C.struct_termios > > >
*** Submitted as http://code.google.com/p/go/source/detail?r=e92c07f19c3a *** syscall: add comment R=golang-dev, bradfitz CC=golang-dev http://codereview.appspot.com/6215046