10 matches across 5 files for TODO lang:Markdown
snippet_mode: auto · sorted by relevance
src/debug/buildinfo/testdata/go117/README.md MARKDOWN 1 matches view file →
11$ rm go117
12
13TODO(prattmic): Ideally this would be built on the fly to better cover all
14executable formats, but then we need a network connection to download an old Go
15toolchain.
src/debug/buildinfo/testdata/notgo/README.md MARKDOWN 1 matches view file →
13The current binary was built with "gcc version 14.2.0 (Debian 14.2.0-3+build4)".
14
15TODO(prattmic): Ideally this would be built on the fly to better cover all
16executable formats, but then we need to encode the intricacies of calling each
17platform's C compiler.
doc/README.md MARKDOWN 3 matches view file →
25
26should have a corresponding file named `doc/next/6-stdlib/99-minor/net/http/12345.md`.
27At a minimum, that file should contain either a full sentence or a TODO,
28ideally referring to a person with the responsibility to complete the note.
29
· · ·
36```
37If an accepted proposal is mentioned in a CL but not in the release notes, it will be
38flagged as a TODO by the automated tooling. That is true even for proposals that add API.
39
40Use the following forms in your markdown:
· · ·
59in `doc/next`.
60
61As a release cycle nears completion, run `relnote todo` to get a list of
62unfinished release note work.
63
src/cmd/compile/internal/ssa/README.md MARKDOWN 4 matches view file →
127
128<!---
129TODO: can we come up with a shorter example that still shows the control flow?
130-->
131
· · ·
179
180<!---
181TODO: Probably explain here why the ordering of the passes matters, and why some
182passes like deadstore have multiple variants at different stages.
183-->
· · ·
222
223<!---
224TODO: need more ideas for this section
225-->
226
· · ·
242
243<!---
244TODO: more tips and info could likely go here
245-->
246
src/cmd/compile/internal/types2/README.md MARKDOWN 1 matches view file →
136
137#
138### TODO
139
140Add more relevant content.
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.