On Mon, Jul 5, 2021 at 12:59 AM FallingFromBed <fallingfrom...@gmail.com> wrote:
>
> To give an example, for C++ we have https://cppinsights.io/ and I am not 
> asking for any web based tools as such.... Any native cmd (go tool)  
> available to achieve what I am looking for? Thanks.

I'm not aware of any such tools for Go, and I'm not really sure what
you are looking for.  C++ is a very complex language and does have
many constructs that can be rewritten in simpler ways.  Go is a much
simpler language.  At first glance the only Go construct that can be
rewritten is the three-element for statement, and the code that it
gets rewritten into is only slightly simpler.

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/CAOyqgcUE%2BCyYkFNN50wh-b%3Dt8X_Tweq9Cr3yW62mcdHT64p_GA%40mail.gmail.com.

Reply via email to