training-golang-huyen

Build app

1. GOOS=linux go build -o app-for-linux variable/main.go
2. GOOS=darwin go build -o app-for-mac variable/main.go