# README
zoau - A Go module for Z Open Automation Utilities (ZOAU)
Table of Contents
Overview
zoau - a Go module that exposes the Z Open Automation Utilities (ZOAU) APIs in Go!
System Requirements
- IBM® Open Enterprise SDK for Go
- z/OS® V2.5 or higher
- ZOAU v1.1.0 or higher is required on the system.
- For more details, see the zoau documentation.
Build and Install
- Before installing, download and install IBM® Open Enterprise SDK for Go.
Setup
- The PATH and LIBPATH environment variables need to include the location of the ZOAU binaries and dlls, respectively.
export PATH=<path_to_zoau>/bin:$PATH
export LIBPATH=<path_to_zoau>/lib:$LIBPATH
For more details on setting up ZOAU, see the documentation.
Quick Start
TODO
More Examples
TODO
API Documentation
TODO
Contributing
See the zoau CONTRIBUTING.md file for details.
Legalities
The zoau Go module is available under the Apache 2.0 license. See the LICENSE file file for details