Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 869 Bytes

File metadata and controls

16 lines (13 loc) · 869 Bytes

go-api-declarations

CI Go Reference

This Go module contains reusable declarations for types appearing in our APIs. This repository is designed to have as little dependencies as possible and contain as little application logic as possible. Also, by using versioned tags, we avoid excessive auto-updates for this dependency in downstream repositories. (This is in contrast to most of our Go repositories, which usually use continuous delivery and do not tag releases.)