Hello gophers,

I'm happy to let you know that we just released GoLand 2019.1.

Here are a few things you can find in this release:

   - Built-in Profiler support for CPU, Memory, Mutex, and Block profiles 
   (using pprof)
   - Debugger Changes:
   - - a new Smart Step Into feature
   - - goroutines/threads toggle
   - - view underlying types from interfaces
   - - view pointer address
   - Run with Admin privilege support
   - Refactorings updates:
   - - Extract Interface refactoring
   - - Rename and Change Signature updates to rename all implementations of 
   interfaces when renaming/changing a method
   - A new Nilness analyzer inspection to help you out catch some runtime 
   panics before they happen
   - Download Go from the IDE
   - Go Modules support updates to support vendoring mode

If you want to learn more about these features, please visit our blog post 
<https://blog.jetbrains.com/go/2019/03/27/hello-goland-2019-1/> or release 
page <https://www.jetbrains.com/go/specials/go/whatsnew.html>.
We hope you like it.

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to