Skip to content

TutorialEdge/beginners-guide-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages