Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 207 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 207 Bytes

Golang primeros pasos

Ejecutar archivo go (compila y ejecuta)

go run <archivo.go>

Compilar

go build <archivo.go>

manejar dependencias

esto crea un archivo go.mod go mod init