Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 488 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 488 Bytes

here-we-go

About

Introduction into Golang. A basic introduction into golang with go mod init and hello world sample. We will also introduce custom function and how to use 3rd party module.

Prerequiste

  1. Fork repo.
  2. start Codespace.
  3. Share your repo url.

Steps

  1. Init
  2. Hello World
  3. Function
  4. 3rd Party Library
  5. GitHub Repo as Package Manager
  6. Http Server

Summary

at the end of the module user should be able to create and run a simple golang application.