Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ricardovalladares/golang
- Owner: RicardoValladares
- Created: 2022-11-02T01:26:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T22:19:53.000Z (8 months ago)
- Last Synced: 2024-06-22T02:15:08.536Z (7 months ago)
- Topics: golang
- Language: Go
- Homepage:
- Size: 21.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```