jabhishek87 / learngo

learn go by example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Go By Example

https://jabhishek87.github.io/learngo/

contents

1. Hello World

You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.

Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.

What is GOLANG ?

A open source Programming language Developed by Google. Concurrent, garbage-collected, builds fast at scale

Go is designed specifically as a systems programming language for large, distributed systems and highly-scalable network servers. In that vein, it replaces C++ and Java in Google's software stack

Features of GOLANG:

  • The go language is very concise, simple and safe.

  • It’s compilation time is very fast.

  • It supports the patterns which adapt to the surrounding environment similar to dynamic languages.

  • It supports inbuilt concurrency such as lightweight processes channels and select statements.

  • It supports the interfaces and the embedded types.

  • It doesn’t require any external dependencies for the production of the statically linked native binaries.

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.

About

learn go by example


Languages

Language:Go 76.6%Language:Python 21.8%Language:HTML 1.6%