Go developers may rely at times on shell scripts to perform various tasks. In this post, we’ll have a look at the new builtin support for Shell scripting in GoLand 2019.2.
First, we need a new shell script file, let’s call it hello.sh.
As you have probably noticed already, the IDE will also pr…