Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 457 Bytes

This repository contains generated golang code for:

To use this in your go client, add the following requirements to your go.mod file.

module github.com/krogertechnology/my-go-client-application

go 1.13

require (
	github.com/actgardner/gogen-avro/v9 v9.0.0 // indirect
	github.com/rhammonds1-kr/desp-catalog-go-my-sandbox-XXX v0.1.1
	...