Hi Justin,
Got it - thanks much!
Hemant
On Saturday, September 29, 2018 at 11:58:30 PM UTC-4, Justin Israel wrote:
>
>
>
> On Sun, Sep 30, 2018 at 3:47 PM Hemant Singh > wrote:
>
>> I have a question. I have changed the open goping.go code to return
>> error from functions.
>>
>> The follow
On Sun, Sep 30, 2018 at 3:47 PM Hemant Singh wrote:
> I have a question. I have changed the open goping.go code to return error
> from functions.
>
> The following function is implemented in a .goping.go file.
>
> func ping(config *Config, address, name string, pattern *regexp.Regexp)
> error {
I have a question. I have changed the open goping.go code to return error
from functions.
The following function is implemented in a .goping.go file.
func ping(config *Config, address, name string, pattern *regexp.Regexp)
error { }
Another function shown below, in the same .go file, calls '