Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/linden-honey/linden-honey-sdk-go

Common codebase
https://github.com/linden-honey/linden-honey-sdk-go

golang linden-honey sdk

Last synced: 1 day ago
JSON representation

Common codebase

Awesome Lists containing this project

README

        

# Linden Honey SDK

> Common codebase for developing linden-honey applications

[![build](https://img.shields.io/github/workflow/status/linden-honey/linden-honey-sdk-go/ci.yml)](https://github.com/linden-honey/linden-honey-sdk-go/actions?query=workflow%3ACI)
[![version](https://img.shields.io/github/go-mod/go-version/linden-honey/linden-honey-sdk-go)](https://go.dev/)
[![coverage](https://img.shields.io/codecov/c/github/linden-honey/linden-honey-sdk-go)](https://codecov.io/github/linden-honey/linden-honey-sdk-go)
[![tag](https://img.shields.io/github/tag/linden-honey/linden-honey-sdk-go.svg)](https://github.com/linden-honey/linden-honey-sdk-go/tags)
[![reference](https://pkg.go.dev/badge/github.com/linden-honey/linden-honey-sdk-go.svg)](https://pkg.go.dev/github.com/linden-honey/linden-honey-sdk-go)

## Technologies

- [Golang](https://go.dev/)

## Getting started

Go modules are supported.

Manual install:

```bash
go get -u github.com/linden-honey/linden-honey-sdk-go
```

Golang import:

```go
import "github.com/linden-honey/linden-honey-sdk-go"
```