Skip to content

harry9111985/go-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Following environment variables have to be set

a) GOPATH -> this is the path of the work space which is till the "go poc" project is placed <PROJECT_WKSPACE>/"go poc" b) GOBIN -> $GOPATH/bin

Following are the commands :

a) go run src/*.go -> all the go files which belong to the main package are executed.

b) go run src/<project_name>/*.go -> all the go files which belong to the main package residing the project_name directory is executed

c) go install src/calculator/*.go will create calculator.exe for Windows and will be stored in GOBIN folder.

About

Sample go application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages