From 2402780f5fd37ffc355df81c539bdd09a526c3f9 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 1 Oct 2009 14:08:00 -0700 Subject: Factored out boilerplate from all html docs in doc directory: - the first HTML comment in those files is extracted as page title when serving them - lib/godoc.html is top-level template for all pages served - experimented a bit with package documentation layout (feedback welcome) - various related cleanups TODO: - The / page (doc/root.html) content repeats links that are in the navigation bar. It needs to be cleaned up. R=rsc DELTA=826 (86 added, 692 deleted, 48 changed) OCL=35230 CL=35245 --- doc/go_for_cpp_programmers.html | 73 +---------------------------------------- 1 file changed, 1 insertion(+), 72 deletions(-) (limited to 'doc/go_for_cpp_programmers.html') diff --git a/doc/go_for_cpp_programmers.html b/doc/go_for_cpp_programmers.html index 14ed14957..055242f71 100644 --- a/doc/go_for_cpp_programmers.html +++ b/doc/go_for_cpp_programmers.html @@ -1,59 +1,4 @@ - - - - - - - - Go For C++ Programmers - - - - - - - - -
- - - - -
-Go Home Page -The Go Programming Language
-
- - - -
- -

Go For C++ Programmers

+

Go is a systems programming language intended as an alternative to C++. @@ -72,11 +17,6 @@ For a detailed description of the Go language, see the

There is more documentation about go. - - -

-

Conceptual Differences

- - - - - -- cgit v1.2.3