From 8e222d3bcbc8bf4231952cc4fe39471879140ee9 Mon Sep 17 00:00:00 2001 From: Marques Johansson Date: Tue, 19 Dec 2023 17:10:35 -0500 Subject: [PATCH] docs: link to the Go reference docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b0172d70..c209226b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Equinix Go SDK [![Maintained](https://img.shields.io/badge/stability-maintained-green.svg)](https://github.com/equinix-labs/equinix-labs/blob/main/maintained-statement.md) +[![Release](https://img.shields.io/github/v/release/equinix/equinix-sdk-go)](https://github.com/equinix/equinix-sdk-go/releases/latest) +[![GoDoc](https://godoc.org/github.com/equinix/equinix-sdk-go?status.svg)](https://godoc.org/github.com/equinix/equinix-sdk-go) This is the official Go SDK for Equinix services. This SDK is currently provided with a major version of [v0](https://blog.golang.org/v2-go-modules). We aim to avoid breaking changes to this library, but they will certainly happen as we work towards a stable v1 library. @@ -23,3 +25,5 @@ go get github.com/equinix/equinix-sdk-go ## Usage You can see usage of the generated code in the [`examples` directory](https://github.com/equinix/equinix-sdk-go/tree/main/examples). + +Full package documentation is available at .