Go Run Instructions

I'm sorry I could not deploy my Go projects. So I'm adding the run instructions for my Go projects for you here...

  1. Download the code from my repository(links given below)
  2. Download the go source files from this link
  3. Navigate your terminal to the downloaded project directory and paste and run the following code in the terminal

    go run main.go
  4. OR

  5. Navigate your terminal to the downloaded project directory and paste and run the following code in the terminal

    go build
    go run main.go