diff --git a/doc/docs.html b/doc/docs.html index bb2d52dcba..1a3d88b4bf 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -147,8 +147,8 @@ Guided tours of Go programs.
  • Godoc: documenting Go code - writing good documentation for godoc.
  • Profiling Go Programs
  • Data Race Detector - a manual for the data race detector.
  • -
  • Introducing the Go Race Detector - an introduction to the race detector. -
  • A Quick Guide to Go's Assembler - an introduction to the assembler used by Go. +
  • Introducing the Go Race Detector - an introduction to the race detector.
  • +
  • A Quick Guide to Go's Assembler - an introduction to the assembler used by Go.
  • More