1
0
mirror of https://github.com/taigrr/go-fastping synced 2025-01-18 05:03:15 -08:00

14 Commits

Author SHA1 Message Date
Tatsushi Demachi
2fb7a54c20 Add mutex 2014-08-03 20:34:54 +09:00
Tatsushi Demachi
f930d86dae Fix documents 2014-08-03 18:23:10 +09:00
Tatsushi Demachi
9aa84098f2 Fix typos 2014-08-03 17:53:15 +09:00
Tatsushi Demachi
ee8935c046 Add documents 2014-08-03 17:52:19 +09:00
Tatsushi Demachi
d1ac219a65 Refactor RunLoop() and change its usage 2014-08-03 17:36:03 +09:00
Tatsushi Demachi
8187842419 Refactor run() 2014-08-03 10:31:58 +09:00
Tatsushi Demachi
af91e84187 Add recvICMP4 error handling 2014-08-03 09:50:33 +09:00
Tatsushi Demachi
69db984e45 Use sync.WaitGroup for waiting to finish sendICMP4 2014-08-03 07:36:16 +09:00
Tatsushi Demachi
88c0127fe9 Simplify RunLoop() call and add Stop() 2014-08-03 00:00:15 +09:00
timdufrane
0e0b3516a6 Fix error handling in AddHandler
Added correct return values so that errors can be handled.

Closes #2.
2014-07-21 11:18:26 +09:00
Matt Jibson
e7d04da2f8 Remove debug logging
Importing this package should not change the behavior of the log package.

Closes #1.
2014-07-21 11:18:11 +09:00
Tatsushi Demachi
e5a0822b78 Fix RunLoop example 2014-04-22 00:07:45 +09:00
Tatsushi Demachi
f81b4cf5d3 Stop to use panic 2014-04-21 10:15:18 +09:00
Tatsushi Demachi
54a08af19a Initial import. 2013-09-06 00:30:54 +09:00