Thanks to visit codestin.com
Credit goes to github.com

Skip to content

enrique-zarate-itti/hello_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First steps

Enable dependency tracking

Run the following command:

$ go mod init path/to/your/project

Result should look like this:

go: creating new go.mod: module path/to/your/project

Run

Run without building

$ go run your_program.go

About

primeros pasos con Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages