Skip to content

eduardofx/golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

go run ./first.go

Create Mod

go mod init modulo

Build

go build

Run Binary

./modulo

Install external dependency

go get github.com/badoux/checkmail

Remove not used modules

go mod tidy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages