Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 798 Bytes

README.template.md

File metadata and controls

33 lines (19 loc) · 798 Bytes

{{ ossHeader }}

Packages

The Momento Golang SDK is available here on github: momentohq/client-sdk-go.

go get github.com/momentohq/client-sdk-go

Usage

Checkout our examples directory for complete examples of how to use the SDK.

Here is a quickstart you can use in your own project:

{% include "./examples/readme.go" %}

Getting Started and Documentation

Documentation is available on the Momento Docs website.

Examples

Check out full working code in the examples directory of this repository!

Developing

If you are interested in contributing to the SDK, please see the CONTRIBUTING docs.

{{ ossFooter }}