Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ricardovalladares/golang

Ejemplo hechos en Golang
https://github.com/ricardovalladares/golang

golang

Last synced: about 1 month ago
JSON representation

Ejemplo hechos en Golang

Awesome Lists containing this project

README

        

# Golang
Ejemplo de programacion hechos en Golang.

### compilar en linux para windows:
```bash
GOOS=windows GOARCH=386 CGO_ENABLED=1 CXX=i686-w64-mingw32-g++ CC=i686-w64-mingw32-gcc go build main.go
```