From 98155bd6a9547f8aa38cb4f71c4cbce7d1c9884a Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 27 Mar 2012 11:42:01 +1100 Subject: [PATCH] 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 --- doc/debugging_with_gdb.html | 2 +- doc/docs.html | 1 + doc/reference.html | 6 +----- 3 files changed, 3 insertions(+), 6 deletions(-) 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.