Skip to main content

AIP Go

Recommendation
Updated
Moved
USE
2021-09-07

What is it

AIP Go is a Go SDK that simplifies implementation of gRPC APIs that follow the AIP design system, by providing standard implementations of common AIP features, such as pagination, ordering, filtering, and working with resource names.

When to use it

Use it when implementing gRPC services in Go, to speed up development by reducing boilerplate and increasing standardization across services.

How to learn it