All Projects → sagar-jadhav → go-examples

sagar-jadhav / go-examples

Licence: MIT license
Get Set Learn Go

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to go-examples

basicprograms
This repo contains basics programs of all languages.
Stars: ✭ 17 (-37.04%)
Mutual labels:  beginner-code, beginners-guide
first-pr-repo
A step by step guide to help people make their first Pull Request
Stars: ✭ 29 (+7.41%)
Mutual labels:  beginners-guide
SystemesInformatiques
Cours de Systèmes informatiques (C, Unix/Linux, ...)
Stars: ✭ 41 (+51.85%)
Mutual labels:  ebook
The-Beginners-Guide-to-Google-Summer-of-Code-GSoC
The Beginners Guide to Google Summer of Code (GSoC)
Stars: ✭ 33 (+22.22%)
Mutual labels:  beginners-guide
learn2love
Book for learning programming with Lua and LÖVE.
Stars: ✭ 34 (+25.93%)
Mutual labels:  ebook
PacktPub-grabber
Grabs Free Learning eBook from PacktPub (everyday) & notifies You via Email.
Stars: ✭ 22 (-18.52%)
Mutual labels:  ebook
Saaghar
“Saaghar” (ساغر) is a Persian poetry software written by C++ under Qt framework, it uses "ganjoor" database as its database. It has tab feature in both its “Viewer” and its “Search” page that cause it be suitable for research goals.
Stars: ✭ 42 (+55.56%)
Mutual labels:  ebook
BookReader
📕 "任阅" 网络小说阅读器,3D翻页效果、txt/pdf/epub书籍阅读、Wifi传书~
Stars: ✭ 6,113 (+22540.74%)
Mutual labels:  ebook
testing-microservices-ebook
ebook version of my "Testing Microservices" blog post series
Stars: ✭ 69 (+155.56%)
Mutual labels:  ebook
hacktoberfest-beginners
This repository solely aims to provide beginners a spark to start contributing to open source. Open source helps our growth in myriad ways. The early you start the better you become.
Stars: ✭ 17 (-37.04%)
Mutual labels:  beginners-guide
simplegraphdb
Basic Golang implementation of a Triple Store. Built to learn the Golang language before an internship.
Stars: ✭ 17 (-37.04%)
Mutual labels:  beginner-code
http-downloader
A download tool that is baked for the GitHub release assets. 专注于 GitHub 项目的工具安装
Stars: ✭ 18 (-33.33%)
Mutual labels:  beginners-friendly
FreeSpringerBook
Download Free List book of Springer. [PDF format]
Stars: ✭ 16 (-40.74%)
Mutual labels:  ebook
react-native-ebook
React Native E-book (.mobi, .epub)
Stars: ✭ 45 (+66.67%)
Mutual labels:  ebook
EbookReader
The EbookReader Android App. Support file format like epub, pdf, txt, html, mobi, azw, azw3, html, doc, docx,cbz, cbr. Support tts.
Stars: ✭ 37 (+37.04%)
Mutual labels:  ebook
epub kitty
a beautiful flutter epub reader!
Stars: ✭ 49 (+81.48%)
Mutual labels:  ebook
booksearch
A Simple Search Engine to help you find FREE Download Links to your Favourite Books
Stars: ✭ 48 (+77.78%)
Mutual labels:  ebook
github welcome wall
This is the official repository for the Towards Data Science Article, "WTH am I doing here? The absolute beginner's guide to Git and GitHub"
Stars: ✭ 25 (-7.41%)
Mutual labels:  beginners-guide
traindrop.github.io
TrainDrop organizations pages
Stars: ✭ 14 (-48.15%)
Mutual labels:  basics
epubtool
A tool to manipulate ePub files.
Stars: ✭ 17 (-37.04%)
Mutual labels:  ebook

Learn Go programming language with simple examples

The purpose of go-examples project is to learn Go programming language through simple programs which will cover all the concepts & syntax of Go programming language. Instead of directly going deep dive into complex concepts it is always better to start with the basics in order to understand any programming language easily, Same concept will be applied to go-examples as well. I have started with the basics and then slowly moving to complex concepts.

Why learn Go!

“Go will be the server language of the future.” — Tobias Lütke, Shopify

  1. Its Open Source!
  2. Go focuses on simplicity, conciseness, readability ,concurrency and performance.
  3. Go has rich support for concurrency using goroutines and channels.
  4. Code written in Go is easy to maintain.

Getting Started

Clone go-examples and open with any text editor or IDE. I prefer Atom to work with Go programming language.

Prerequisites

To perform hands-on on go-examples it is prerequisite to have Go installed on your machine. Steps to install Go

Contents

Basic

Advance

Contributing

Pull requests are welcome. I will appreciate any help on either enhancing existing example/program or addition of new example/program.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

The Pull Request template can be found here

Authors

Report any issues or suggestions related to examples here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].