An open API service indexing awesome lists of open source software.

https://github.com/grupoudea/golang-basic


https://github.com/grupoudea/golang-basic

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Golang primeros pasos

## Ejecutar archivo go (compila y ejecuta)
go run

## Compilar
go build

## manejar dependencias
esto crea un archivo go.mod
go mod init