Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Clay
Total activity
7
Last activity
January 25, 2018 13:33
Member since
January 03, 2018 19:07
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
January 25, 2018 13:33
Can I use environment variables to communicate the values from the prebuild.sh to the tool command line? Does GoLAND replace environment variable reference in tool command line before calling exec ...
Community
GoLand
PreBuild steps
0 votes
Created
January 24, 2018 21:57
One hacky solution is to listen on a port and use the streams from the socket as os.stdout and os.stdin. Then telnet to the process as it run in devle. We do essentially that to get around it in so...
Community
GoLand
stdin in Goland console
0 votes
Created
January 03, 2018 19:07
Assuming you have a dbuser flag defined var dbUserName = flag.String("dbuser", "unknown", "help message for dbuser") and call flag.Parse()Your setting should do the job.
Community
GoLand
Pass arguments when running the app
0 votes