1
0
mirror of https://github.com/balkian/pingish synced 2025-08-29 19:22:20 +00:00

First commit

This commit is contained in:
J. Fernando Sánchez
2018-10-18 13:09:48 +02:00
commit 011f9e57ce
6 changed files with 74 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
build:
CGO_ENABLED=0 go build -ldflags="-s -w" -o pingish
run: build
./pingish -c 10 -host www.google.es