From bd8b5accf2dcd00457ef269266d7e68cf835b6e3 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 4 Feb 2022 12:33:13 +0100 Subject: [PATCH] docs: provocative book statement --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 58c5303..069d91f 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ If you run into issues, run with `-d/--debug` to see what is happening under the You'll need [Go] >= 1.11 installed. Run `go build .` to build a new `./distribusi` executable. +If you wanna learn Go, I've got [this book], feel free to take a loan of it :grinning: + [Go]: https://go.dev [distribusi]: https://git.vvvvvvaria.org/varia/distribusi [Pillow]: https://pillow.readthedocs.io/en/stable/installation.html#external-libraries @@ -64,3 +66,4 @@ You'll need [Go] >= 1.11 installed. Run `go build .` to build a new `./distribus [report issues]: https://git.vvvvvvaria.org/decentral1se/distribusi-go/issues/new/choose [open a ticket]: https://git.vvvvvvaria.org/decentral1se/distribusi-go/issues/new/choose [here]: https://pkg.go.dev/path/filepath#Match +[this book]: https://www.gopl.io/