Fryderyk Łysiak

Results 2 comments of Fryderyk Łysiak

I think it might be hard to implement this using only the standard library's flag package. If you want to enable users to pass multiple protocols with custom configurations, it...

So, you mean to define a new interface called NetworkInterface that will check the stats? and create implementation for each one ? type NetworkInterface interface { Name() string IsActive() (bool,...