From 604f809b3c4c38fb5e87aa32ec4f86d4e6e294ca Mon Sep 17 00:00:00 2001 From: Peter Aronoff Date: Tue, 9 Nov 2021 08:18:50 -0500 Subject: [PATCH] Tweak README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8f204e..8f85d1d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# Notes and exercises for *The Go Programming Language* +# Notes and exercises for *GOPL* -This repo has my notes for *The Go Programming Language*. There’s also code for some of the exercises in the book. All of the notes are my own, but I got ideas for the exercises from [Jordan Torbiak’s repository of all the exercises in *GOPL*][torbiak] +This repo has my notes for [*The Go Programming Language*][gopl] by Alan Donovan and Brian Kernighan. There’s also code for many of the exercises in the book. All of the notes are my own, but I’ve taken ideas and code for several of the exercises from [Jordan Torbiak’s repository of all the exercises in *GOPL*][torbiak] +[gopl]: http://www.gopl.io [torbiak]: https://github.com/torbiak/gopl -- 2.34.2