Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/linden-honey/linden-honey-sdk-go
- Owner: linden-honey
- License: mit
- Created: 2020-12-28T16:46:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T18:45:22.000Z (9 months ago)
- Last Synced: 2024-02-09T18:38:13.033Z (9 months ago)
- Topics: golang, linden-honey, sdk
- Language: Go
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```