Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/reiver/go-aturi
- Owner: reiver
- License: mit
- Created: 2024-08-29T04:45:43.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T12:43:30.000Z (5 months ago)
- Last Synced: 2024-11-16T22:55:22.591Z (3 months ago)
- Topics: at-protocol, at-uri, atproto, bluesky
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)