diff --git a/books/an_introduction_to_programming_in_go.pdf b/books/an_introduction_to_programming_in_go.pdf new file mode 100644 index 0000000..24573bf Binary files /dev/null and b/books/an_introduction_to_programming_in_go.pdf differ diff --git a/booksData.json b/booksData.json index e03df88..e5db2fd 100644 --- a/booksData.json +++ b/booksData.json @@ -9,6 +9,16 @@ "rating": 8, "signature": "RE" }, + { + "title": "An Introduction To Programming In Go", + "author": "Unknown", + "numPages": 165, + "creationDate": "03/18/2013", + "readTime": "1 hour and 56 minutes", + "difficulty": "Easy", + "rating": 10, + "signature": "RE" + }, { "title": "Automate The Boring Stuff With Python", "author": "Unknown",