From d7ed12b0fc33991747b95cbeef51ebaf55a18a76 Mon Sep 17 00:00:00 2001 From: Nikita Voloboev Date: Thu, 14 Dec 2017 22:24:12 +0100 Subject: [PATCH] Test --- contributing.md | 2 +- readme.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/contributing.md b/contributing.md index 43a63ae..9226096 100644 --- a/contributing.md +++ b/contributing.md @@ -1,7 +1,7 @@ # Contribution Guidelines Ensure your pull request adheres to the following guidelines: - Search included books before adding a new one, as yours may be a duplicate. -- Every workflow addition should follow the same format. +- Every book addition should follow the same format. 1. The book should be put into its appropriate category (Pick the one you think is closest if you are not sure). 2. If the book is free, link to the free book. If the book is not free, link to the book on [Goodreads.com](https://www.goodreads.com/) - Check your spelling and grammar. diff --git a/readme.md b/readme.md index 14f676c..61bcb78 100644 --- a/readme.md +++ b/readme.md @@ -9,18 +9,22 @@ - [C](#c-language) - [C++](#c-1-language) - [D language](#d-language) + - [Go](#go) + - [Perl](#perl) - [Related](#related) ## Key The number after the book name stands for the year in which the book was written in. All books are put in their respective category and are sorted from oldest to newest. -Emojis befoes the books show if the book is free or not. +Emojis before the books show if the book is free or not. | Emoji | Meaning | |---|---| | 📖 | Book is freely available | | 📕 | Book not freely available | +The subdashes after the book may include notes and other useful material related to the book. + ## Programming - [📕 The art of computer programming (1968-)](http://www.goodreads.com/book/show/112239.The_Art_of_Computer_Programming_Volumes_1_3_Boxed_Set) - [📕 The psychology of computer programming (1971)](http://www.goodreads.com/book/show/1660754.The_Psychology_of_Computer_Programming) @@ -58,7 +62,7 @@ Emojis befoes the books show if the book is free or not. - [📕 The D programming language (2010)](http://amzn.to/1ZTDmqH) - [📖 Programming in D (2015)](http://ddili.org/ders/d.en/index.html) -#### Go +### Go - [📖 Network programming with Go (2012)](https://jan.newmarch.name/go/) - [📖 The little go book (2014)](http://openmymind.net/The-Little-Go-Book/) - [📖 Go in action (2015)](https://github.com/miguellgt/books/blob/master/go/go-in-action.pdf)