internal/backport/text/template/parse/node.go (4 lines): - line 357: // TODO: fix one day? - line 365: // TODO: fix one day? - line 436: // TODO: Not really a problem; could change API without effect but - line 470: // TODO: Not really a problem; could change API without effect but internal/backport/html/template/js.go (3 lines): - line 151: // TODO: normalize quotes. - line 164: // TODO: detect cycles before calling Marshal which loops infinitely on - line 177: // TODO: maybe post-process output to prevent it from containing internal/backport/text/template/funcs.go (3 lines): - line 39: // TODO: revert this back to a global map once golang.org/issue/2559 is fixed. - line 72: // TODO: revert this back to a global map once golang.org/issue/2559 is fixed. - line 401: // TODO: Perhaps allow comparison between signed and unsigned integers. _content/talks/2013/advconc/realmain/realmain.go (2 lines): - line 571: // TODO: in a longer talk: move the Subscribe function onto a Reader type, to - line 574: // TODO: in a longer talk: make successive Subscribe calls for the same uri internal/api/api.go (2 lines): - line 180: kind string // "type", "func", "method", "field" TODO: "const", "var" - line 247: return // TODO: handle more cases _content/tour/concurrency/exercise-web-crawler.go (2 lines): - line 18: // TODO: Fetch URLs in parallel. - line 19: // TODO: Don't fetch the same URL twice. internal/backport/text/template/exec.go (2 lines): - line 109: // TODO: It would be nice if ExecError was more broken down, but - line 714: // TODO: This could still be a confusing error; maybe goodFunc should provide info. internal/texthtml/ast.go (2 lines): - line 185: // TODO: Reportedly gri does. Fix this to handle that too. - line 273: // TODO: do this better, so it works for all internal/history/release.go (1 line): - line 530: // TODO: Modify to follow usual pattern, say it includes a fix to the go command. _content/doc/progs/eff_unused2.go (1 line): - line 18: // TODO: use fd. _content/talks/2013/highperf/mart/1/mart.go (1 line): - line 115: // TODO: vary names more _content/doc/progs/eff_unused1.go (1 line): - line 15: // TODO: use fd. internal/backport/html/template/html.go (1 line): - line 243: // TODO: Split attr and element name part filters so we can recognize known attributes. internal/pkgdoc/dir.go (1 line): - line 120: // TODO: propagate more. See golang.org/issue/14252. _content/doc/faq.html (1 line): - line 2211: var _ = unused.Item // TODO: Delete before committing! _content/js/carousels.js (1 line): - line 13: /** TODO: refactor to slide container using transformX instead of left, internal/backport/html/template/escape.go (1 line): - line 408: Args: []parse.Node{parse.NewIdentifier(identifier).SetTree(nil).SetPos(pos)}, // TODO: SetTree. _content/tour/methods/exercise-stringer.go (1 line): - line 9: // TODO: Add a "String() string" method to IPAddr. internal/backport/text/template/parse/parse.go (1 line): - line 535: // TODO: Should we allow else-if in with and range? _content/talks/2013/highperf/mart/3/mart.go (1 line): - line 113: // TODO: vary names more _content/talks/2013/highperf/mart/2/mart.go (1 line): - line 117: // TODO: vary names more _content/doc/go1.12.html (1 line): - line 459: _content/tour/methods/exercise-reader.go (1 line): - line 9: // TODO: Add a Read([]byte) (int, error) method to MyReader.