I am starting to learn Golang.
I am coming from Python, a language I used almost exclusively. While learning Python, I felt having the ability to run code line by line in a Pycharm Python console extremely helpful in learning the language. For example, If a code block contained a variable, such as a dictionary, I could run that code block without having to run the entire script, and examine variable and it's contents within the console, as displayed in this image:
Does a similar functionality exist for Golang? I am currently utilizing "Goland," an IntelliJ product.