From 82a46fb35e24389702a3b0f550914d512a93d6d9 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Tue, 9 Oct 2012 19:56:32 -0700 Subject: [PATCH] focus --- template/index.tmpl | 46 +++++++++++++++------------------------------ 1 file changed, 15 insertions(+), 31 deletions(-) diff --git a/template/index.tmpl b/template/index.tmpl index 25c9e87..f00ce8a 100644 --- a/template/index.tmpl +++ b/template/index.tmpl @@ -18,7 +18,21 @@

Go by Example

-

Currently available examples:

+

+ Go is an + open-source programming language designed for + building simple, fast, and reliable software. +

+ +

+ This site is a hands-on introduction to Go. We + believe that programmers learn to program by + writing programs, so Go by Example + teaches Go with working example programs. Each + example gives you a new tool for writing your own + Go code: +

+
- -## Introduction - -Go is an open-source programming language designed for -building simple, fast, and reliable software. -It's powerful to use and fun to learn. - -This book is a hands-on introduction to Go. It gives you -the tools you need to understand the why of Go and how to -write real Go programs. - -### Intended Audience - -This book is intended for experienced programmers who may -be new to Go. If you have previous experience with -languages like Ruby, Python, Javascript, C#, or Java, you -should find this book immediately approachable even if -this is your first introduction to Go. Even if you've -worked with Go before, you may find that the material -covers ideas and techniques that you haven't seen -elsewhere. - -### An Example-Based Approach - -Programmers learn to program by writing programs. -_Go by Example_ therefore teaches Go exclusively via -working example programs, with each example trying to -provide the programmer a new tool for writing her own -programs. -