package
0.0.0-20210426105106-098cde10e9b5
Repository: https://github.com/nguyenhoaiphuong/go-web-dev.git
Documentation: pkg.go.dev

# README

Program : Hellow World

Purpose: to print "hello world" message.

How to run:

  • Use "go run" command: go run main.go, or
  • Build the program into binaries by command "go build main.go". Then, the main.exe file will be created. Finally, execute the main.exe file by command "./main"