This group is a space for open discussions and sharing technical information, and also provides a connection to the wider Go open source community for anyone who is interested in Go on z/OS
This tutorial covers how to use Go programs to call a script or binary programs. Calling outside scripts or programs from Go can be done to achieve program interoperability. The tutorial consists of two parts:
Part 1: The basics of connecting another binary program to your Go program
Part 2: Refactoring the program to address inconsistent output