From fce1727c4cdfdaaf30d0c11021d34f52af35660e Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Fri, 16 Oct 2015 09:21:00 -0400 Subject: [PATCH] README: link to Chapter 1 preview --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c7d387..6d6b635 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ This repository provides the downloadable example programs for the book, "The Go Programming Language"; see http://www.gopl.io. -(At present, only `gopl.io/ch1/helloworld` is available. The other -programs will be published as soon as the book is printed.) +(At present, only Chapter 1 has been +made available, +so only the programs that accompany it, `gopl.io/ch1/...`, can be downloaded. +The other programs will be published as soon as the book is printed.) These example programs are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Creative Commons License