On Tue, Jul 9, 2019 at 11:05 AM sasikala tholisam
<gr.sasikala...@gmail.com> wrote:
>
> var timingDefinitionInt int
> timingDefinitionInt, err = strconv.Atoi("2")
>         if err != nil {
>             log.Fatalln("file format is incorrect!", err)
>         }
>
> errors are just being logged using log.Fatalln(). Instead, just return the 
> error.

Perhaps the message was intended to also include some question?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAA40n-X9K1%2BvCguJcwkqaGxtpQvg-DoUs-mo4xL%3DzpPTqj%3D6_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to