Package bsky provides an implementation of (non- AT-protocol portions of) the BlueSky protocol, for the Go programming language.
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-bsky
To import package bsky use import
code like the follownig:
import "github.com/reiver/go-bsky"
To install package bsky do the following:
GOPROXY=direct go get https://github.com/reiver/go-bsky
Package bsky was written by Charles Iliya Krempeaux