On Sat, Feb 20, 2021 at 8:26 AM Volker Dobler
<dr.volker.dob...@gmail.com> wrote:
>
> 1. Do not use go run main.go. Never!
I want to point out that this is too strong.  There are perfectly good
reasons to use "go run main.go".  It's a simple convenience operation
that does what it says.  If you have a single file Go main package,
"go run main.go" is fine.  I do it all the time.

Ian

-- 
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/CAOyqgcUxTahU2eaCCLtdZR-NfQy2Voqx_Dw0xM3JH8DZ1u7woA%40mail.gmail.com.

Reply via email to