From bc5d1622b04fe9bce5f6413ea42ac314721a6a53 Mon Sep 17 00:00:00 2001 From: Ashwin Hegde Date: Thu, 19 Mar 2015 12:00:51 +0530 Subject: [PATCH 1/3] Includes MIT License reference --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 34d6507..a61cbb0 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ # learning-go-lang + +## License + +The MIT License (MIT) +Copyright (c) 2015 Ashwin Hegde From 5f0b1cd6d01597347866aa843078bb589b2e1cba Mon Sep 17 00:00:00 2001 From: Ashwin Hegde Date: Thu, 19 Mar 2015 12:03:05 +0530 Subject: [PATCH 2/3] Includes Contributors reference --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a61cbb0..f82bc95 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ # learning-go-lang +## Contributors + +Developed & maintained by author: **Ashwin Hegde**
+Follow me at: github | Linkedin | Twitter + +We really appreciate all kind of feedback and contributions. Thanks for using and supporting this project: +contributors + +To request a feature or you find any typo errors, enhancements or questions; please feel free to post it on following link, or vote for the ones that are already registered. +
Tracking: https://github.com/hegdeashwin/learning-go-lang/issues + + ## License -The MIT License (MIT) -Copyright (c) 2015 Ashwin Hegde +The MIT License (MIT); Copyright (c) 2015 Ashwin Hegde From b7a463886d9d24b8b32866fac2c397df41287cc9 Mon Sep 17 00:00:00 2001 From: Ashwin Hegde Date: Thu, 19 Mar 2015 12:05:41 +0530 Subject: [PATCH 3/3] Includes intro reference --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f82bc95..b16e05b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # learning-go-lang +This training kit has been developed for those who already have the basic knowledge of C/C++ and Programming; This training kit will teach you the basics of Go programming language. + ## Contributors Developed & maintained by author: **Ashwin Hegde**