ebpf-challenge/GetRuntimeAddresses
Özgür Kesim d800683dce RunEvery() and better Error-handling added
1. symbolyze.Scanner now implements the RunEvery(time.Duration) method
   that will call scanner.Run() periodically.  It should be called to
   run in its own goroutine.  The loop can be stopped by calling
   scanner.Stop().

2. The scanner now collects all errors from all observers in a private
   error type `errors []error`. It's Error() returns a cumulated list of
   errors, seperated by a newline.
2020-01-18 20:27:23 +01:00
..
ebpf Added documentation to ebpf.go 2020-01-16 15:36:06 +01:00
symbolyze RunEvery() and better Error-handling added 2020-01-18 20:27:23 +01:00
.gitignore Initial import 2020-01-14 14:32:06 +00:00
main.go RunEvery() and better Error-handling added 2020-01-18 20:27:23 +01:00