From: Andrew Gerrand Date: Tue, 27 Mar 2012 00:42:01 +0000 (+1100) Subject: doc: move gdb doc back to /doc/ and de-emphasize on references page X-Git-Tag: weekly.2012-03-27~31 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=98155bd6a9547f8aa38cb4f71c4cbce7d1c9884a;p=gostls13.git doc: move gdb doc back to /doc/ and de-emphasize on references page Fixes #3399. R=golang-dev, r CC=golang-dev https://golang.org/cl/5919044 --- diff --git a/doc/debugging_with_gdb.html b/doc/debugging_with_gdb.html index 1ac1c1fd8a..b2683913fc 100644 --- a/doc/debugging_with_gdb.html +++ b/doc/debugging_with_gdb.html @@ -1,6 +1,6 @@

diff --git a/doc/docs.html b/doc/docs.html index 709c081528..d94962845b 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -124,6 +124,7 @@ Guided tours of Go programs.

diff --git a/doc/reference.html b/doc/reference.html index 0eddc2352e..628289f7be 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -37,11 +37,6 @@ one goroutine can be guaranteed to observe values produced by writes to the same variable in a different goroutine.

-

Debugging Go Code with GDB

-

-Using GDB to debug Go programs. -

-

Sub-repositories

@@ -62,6 +57,7 @@ Install them with "C? Go? Cgo! - linking against C code with cgo. +

  • Debugging Go Code with GDB
  • Defer, Panic, and Recover
  • Go Slices: usage and internals
  • Godoc: documenting Go code - writing good documentation for godoc.