minu...@gmail.com
unread,Feb 28, 2013, 2:14:51 PM2/28/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cnic...@google.com, g...@golang.org, g...@google.com, gary...@gmail.com, dsym...@golang.org, r...@golang.org, kev...@google.com, golan...@googlegroups.com, re...@codereview-hr.appspotmail.com
This seems to display any Notes found not only at top (package/file)
level
but also within functions.
try this:
$ GOOS=darwin GOARCH=amd64 godoc syscall None
PACKAGE
package syscall
import "syscall"
NOTE <snip>
TODO
pass through to C
The final TODO note is very confusing.
we'd better attach some context info to it, or remove it from the
source,
or only show package/file level Notices and trust the author to provide
sufficient context information.
FYI: that todo is in func Clearenv() in pkg/syscall/env_unix.go.
https://codereview.appspot.com/7341053/