From 8a39ee361feb9bf46d728ff1ba4f07ca1d9610b1 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 19 Jun 2014 09:22:53 +0200 Subject: Imported Upstream version 1.3 --- doc/docs.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/docs.html') diff --git a/doc/docs.html b/doc/docs.html index 7aad8dadf..bb2d52dcb 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -97,6 +97,9 @@ one goroutine can be guaranteed to observe values produced by writes to the same variable in a different goroutine.

+

Release History

+

A summary of the changes between Go releases.

+

Articles

@@ -143,7 +146,9 @@ Guided tours of Go programs.
  • Debugging Go Code with GDB
  • Godoc: documenting Go code - writing good documentation for godoc.
  • Profiling Go Programs
  • -
  • Data Race Detector - testing Go programs for race conditions.
  • +
  • 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.

    More

    -- cgit v1.2.3