Project Title

Table of Contents

About

This is my personal study note for Golang, some note will be here, some note will be inline with code.

Note

  1. Difference between 'go build' and 'go install'
  • go build only build the executable, it's binary executable that could be executed anywhere, but need to specify path
  • go install will allow you to use the executable without specifying path