Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 337 Bytes

File metadata and controls

19 lines (13 loc) · 337 Bytes

Beginner's Project

Running Locally

If you want to run this application locally then run the following command:

$ go run cmd/cli/main.go

Build Application

In order to build this application as a binary executable we can run the following command:

$ go build -o cli cmd/cli/main.go