From c918c41c589f476d5aba557d55993efac2724528 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 7 Jan 2010 18:23:41 -0800 Subject: [PATCH] add doc/devel/index.html, linked from nav bar R=r CC=golang-dev https://golang.org/cl/181156 --- doc/devel/index.html | 7 +++++++ lib/godoc/godoc.html | 9 +++------ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 doc/devel/index.html diff --git a/doc/devel/index.html b/doc/devel/index.html new file mode 100644 index 0000000000..c8af0214ef --- /dev/null +++ b/doc/devel/index.html @@ -0,0 +1,7 @@ + + + diff --git a/lib/godoc/godoc.html b/lib/godoc/godoc.html index 72ad1a5eaf..56163e075e 100644 --- a/lib/godoc/godoc.html +++ b/lib/godoc/godoc.html @@ -88,17 +88,14 @@
  • Memory Model
  • Go for C++ Programmers
  • -
  •  
  • - -
  • Install Go
  • -
  • Write code
  • -
  • Contribute code
  • -
  •  
  • +
  • How to install Go
  • +
  • How to write code
  • Command documentation
  • Package documentation
  • Source files
  • +
  • The Go project
  •  
  • -- 2.48.1