Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reiver/go-aturi

Package aturi provides tools for working with AT-URIs, for the Go programming language. AT-URIs are used by the Bluesky network and its AT-protocol.
https://github.com/reiver/go-aturi

at-protocol at-uri atproto bluesky

Last synced: 24 days ago
JSON representation

Package aturi provides tools for working with AT-URIs, for the Go programming language. AT-URIs are used by the Bluesky network and its AT-protocol.

Awesome Lists containing this project

README

        

# go-aturi

Package **aturi** provides tools for working with AT-URIs, for the Go programming language.

AT-URIs are used by the Bluesky network and its AT-protocol.

## Documention

Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-aturi

[![GoDoc](https://godoc.org/github.com/reiver/go-aturi?status.svg)](https://godoc.org/github.com/reiver/go-aturi)

## Import

To import package **aturi** use `import` code like the follownig:
```
import "github.com/reiver/go-aturi"
```

## Installation

To install package **aturi** do the following:
```
GOPROXY=direct go get https://github.com/reiver/go-aturi
```

## Author

Package **aturi** was written by [Charles Iliya Krempeaux](http://reiver.link)