You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bash.Export() sets an environment variable from golang so that the bash script can read it.
But how to achieve the other way round?
Basically, I want to set some "statuses" regarding the execution of the bash script.. I thought one way would be setting variables and passing them downstream in go.
The text was updated successfully, but these errors were encountered:
bash.Export()
sets an environment variable from golang so that the bash script can read it.But how to achieve the other way round?
Basically, I want to set some "statuses" regarding the execution of the bash script.. I thought one way would be setting variables and passing them downstream in go.
The text was updated successfully, but these errors were encountered: