https://github.com/rrbarrero/wallago
Seguimiento de publicaciones
https://github.com/rrbarrero/wallago
Last synced: about 1 year ago
JSON representation
Seguimiento de publicaciones
- Host: GitHub
- URL: https://github.com/rrbarrero/wallago
- Owner: rrbarrero
- Created: 2021-12-20T22:21:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T22:22:18.000Z (over 4 years ago)
- Last Synced: 2025-01-10T19:47:03.909Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instalar dependencias
* Para instalar las dependencias usar dep "pacman -S dep"
* Para actualizar dep ensure
# Compilar
```go build -o wallago *.go```
# Ejecutar
```./wallago```