top of page
Writer's picturejinagamvasubabu

Start Goland from terminal

Updated: Sep 6, 2021


Step1:

Open Goland and click on Tools -> Create Command-line launcher and give the path as /usr/local/bin/goland (if you are using Mac)


Step2:

Create an alias alias goland='/usr/local/bin/goland'

Tip: Its better to have this line a startup script, so that restart doesn't revert your changes

Step 3:

Open terminal and go to your workspace and type goland .


That's it!!! you will see your IDE opening your favourite projectšŸ˜€

7,637 views0 comments

Comments

Couldnā€™t Load Comments
It looks like there was a technical problem. Try reconnecting or refreshing the page.
DSC_0719_edited.jpg

Vasu Jinagam

Hi šŸ‘‹ , Myself Vasu Jinagam from Bengaluru India and I am currently working at slice as an Engineering Manager.

 

HangoutDude is a No-Nonsense Tech and story blog, I like to talk about Golang, Java, Distributed Microservices, Opensource and Cloud computing

ā€‹

You can reach out to me @ jinagamvasubabu@gmail.com

bottom of page