Categorygithub.com/Stolkerve/zoau-go
repositorypackage
0.0.2
Repository: https://github.com/stolkerve/zoau-go.git
Documentation: pkg.go.dev

# README

zoau - A Go module for Z Open Automation Utilities (ZOAU)

Go Reference

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.

Build and Install

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