Friday, January 29, 2021

[Golang] Install and Get started with samples

  Golang   Get Stared    Install Golang   




 

▌Introduction


 

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

See more details on golang.org.

 

Learn how to install Go, create a Hello world and some samples in the following links.


▋Install Go

 

1.  Install on Windows

2.  Install on Ubuntu

 

 

▋Hello World

 

This is the tutorial from official golang.org. 

I shorted it up in this article.



▋A TODO website

 

In this tutorial, we will use http package to create a TODO list website that can

  • List done and undone TODOs
  • Create new TODO
  • Remove a TODO

No comments:

Post a Comment