eduardofx / golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 100.0%