You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _content/doc/index.html
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -381,8 +381,10 @@ <h3>Tools</h3>
381
381
<li><ahref="/doc/articles/race_detector.html" aria-describedby="index-description">Data Race Detector</a> - a manual for the data race detector.</li>
382
382
<li><ahref="/doc/asm" aria-describedby="index-description">A Quick Guide to Go's Assembler</a> - an introduction to the assembler used by Go.</li>
383
383
<li><ahref="/blog/c-go-cgo" aria-describedby="index-description">C? Go? Cgo!</a> - linking against C code with <ahref="/cmd/cgo/" aria-describedby="index-description">cgo</a>.</li>
384
-
<li><ahref="/blog/profiling-go-programs" aria-describedby="index-description">Profiling Go Programs</a></li>
384
+
<li><ahref="/blog/profiling-go-programs" aria-describedby="index-description">Profiling Go Programs</a> - tools for measuring your code's CPU and memory usage</li>
385
385
<li><ahref="/blog/race-detector" aria-describedby="index-description">Introducing the Go Race Detector</a> - an introduction to the race detector.</li>
386
+
<li><ahref="/gopls" aria-describedby="index-description">Gopls: The language server for Go
387
+
</a> - getting the most out your editor when working in Go.</li>
0 commit comments