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